Hello @amf3tam1nkapvp
Can you try this?
MATCH p=(:Organization)-[:OWNS*3]->(:Organization)
RETURN p
Otherwise, in the Neo4j Desktop parameters, you can also uncheck the setting Connect result nodes
.
Additionally, the displayed result may be different from what is returned since graphical views display each node / relation once. You should check in table to see the "rigth" result.
Regards,
Cobra