I have several nodes of the following type: label - ServiceDate, property - date
(:ServiceDate {date: "2018-02-13"} )
I like to write a query that returns the distinct years and number of nodes in each year. The query should return the following:
2...