I have a hierarchical parent/child structure that I wish to return as a tree. I can use apoc.convert.toTree to return the tree and that works great. Since my graph's parent/child structure is somewhat like a file folder structure, to simplify, I'll j...