Hello,
I am trying to get Projections to work, as I want to load only some data from neo4j and not all nested relationships and nodes. I got everything to work so far except "Pages".
Consider following example:
Entity:
@Node(primaryLabel = "Entity")
...