Suppose I want to transform this JSON: ```json { "id": 0, "user": {"name": "Joe"} } ``` How can I use the `name` of the `user` in the mappings? Is something like `... rr:column "user.name"` possible?