I have tried something with Tree Statistics, Duplicate Data and Tree Branch, and frankly I’m very surprised by what Tree Branch returns… I don’t know why it insists on concatenating branches.
that of course is not an issue by itself, because GH generally ignores path addresses and just matches branches/lists/items on a one-to-one basis, so they could just be even plainly renumbered and for a general GH definition it will be just fine
but if you truly want path address to behave as described by OP even for slightly more complex data trees like the above, probably the further step of renaming each path is necessary:
The use of simplify on the partition list component can renumber the data tree.
This function is a bit tricky in most case. I recommend to use the component “shift path” instead to keep branches well organized.