I'm trying to figure out how to run a subquery and combine an edge property with the node property, but I can't figure out how. What I would like to do is something like:
MATCH (person:Person)
RETURN person {.id, .name, Homes: [(person)-[r:OWNS]-(p:P...