I need to use an aggregation function like `min()` , but instead of returning the result of the function, I need the full node as I then need to use one of the node's property in a subsequent MATCH statement. I've tried using the following query:
```...