I am trying to create a page rank for my FIELD nodes based on the number of MODIFIES relationships they have. I am using the guide to create my call
CALL algo.pageRank("FIELD", "MODIFIES", {iterations:5, dampingFactor:0.85, weightProperty: null, writ...