The following is currently not possible: `{ .name, .realName, movies: collect(movie { .title, .year })}`. This is called a map projection, and is part of the openCypher standard. See page 21 of [openCypher9](https://s3.amazonaws.com/artifacts.opencypher.org/openCypher9.pdf).
The following is currently not possible:
{ .name, .realName, movies: collect(movie { .title, .year })}.This is called a map projection, and is part of the openCypher standard. See page 21 of openCypher9.