annotation class AggregationEntry(val property: String, val subclass: KClass<out Node> = Node::class)
Path entry for AggregatedNodeRelationship
Parameters
property
the property on the current node to use
subclass
optional subclass of the current class, if the selected property only is available on some subclasses