We have a simple tree in which the parents are connected with the children by a <parent_of> edge. Is there a way to find out the number of all descendants of a particular node?
And if that is possible, is it possible to apply a filter to the successors? For example, I only want to count the descendants whose name starts with ‘m’.