Hi — working on my first project with Neo4j and am looking for opinions about the best way to model something.
So the idea is there are (c:Collection) nodes and (d:Document) nodes. The (c:Collection) nodes can -[r:CONTAINS]-> a (d:Document).
The orde...