Hi there, I have member and event node. I want to find out which event is paid the most attention by count with "register" and "bookmark" relationship so that I start from these query
Match p1=(:Member)-[r1:REGISTER]->(e1:Event)
Match p2=(:Member)...