zeroOrMore
Aggregates the elements by "going into" the desired traversal repeatedly, including the starting value itself. This traversal is especially useful to inspect values which contain fields of the same type within them.
Important: zeroOrMore may operate over the same value more than once, if there is more than one path arriving to it.