Hi I'm trying to come up with some declarative (with projections) idea to not load entire graph, when accessing only one node. Basically I want to project node's properties, its relationships and connected (depth = 1) neighbour nodes, so that instea...