Annotates a Node property as representing child nodes which are contained within the enclosing node. The type of the property must be List<Any>.
List<Any>
@Node(1)data class Box( @Children val children: List<Any>,)