Reference to a variable property
`new Node({labels: ["Movie"]}).property("title")` Copy
`new Node({labels: ["Movie"]}).property("title")`
Access individual elements in the list
Access individual property via the PropertyRef class, using dot notation or square brackets notation if an expression is provided
Adds a list range operator ([ .. ])
[ .. ]
Reference to a variable property
Example