By the way, nothing stops you from implementing a similar approach yourself. You can create a structure of nodes (perhaps a tree) and use this structure as a base for your queries. This can effectively achieve the desired effect. However, you need to align your queries in accordance with this structure. It’s quite straightforward using recursive queries.