The examples and wiki show how to retrieve properties from nodes in the dataset using either data(property) or data(pivotProperty.targetProperty) but makes no mention of how to obtain values computed from methods e.g. Throwable->getMessage(), model->relation()->property. Putting either of the two in data breaks the parser. I also can't do data(exception)->getMessage()