I'm trying to get the top x unique shortest node paths. If I use a simple projection:
CALL gds.graph.project("graphSingleType", "*", {TYPE: {type: "*"}})
Yen's will return the same node path multiple times having taken different parallel edges betwee...