Hi,
I am working with a 3.3.5 community edition of Neo4j.
I would like to display one property out of many in a node.
The following query displays all the properties (tagline, title, released) of the node Movie.
match(p:Movie) WHERE p.released=2004 ...