I'm trying to count an attribute based on its value.
I have a node "athlete" that has a relationship "attends" to a node "competition", on the relationship "attends" is an attribute "FinishPosition" which is a number.
<(ath:Athlete)-[att:ATTENDS]->(c...