First authorization schema that we provide won’t solve this issue because parent.member accommodate single upward traversal in a hierarchy.
Instead of parent.member we can call the parent view permission on the same entity - parent.view to achieve multiple levels of upward traversal, as follows:
Credits to Léo for the illustration and for
highlighting this use case.