Firstly, I’d like to say congratulations for such a nice snippet

.
Now,to explain the issue I’m facing.I have a menu that looks like this:
Item1
| Item1.1
| Item1.1
| Item1.2
Item2
| Item2.1
| Item2.1
| Item2.2
Item3
| Item3.1
| Item3.1
| Item3.2
And I would like for wayfinder to output just this:
Item1
Item2
| Item2.1
| Item2.1
| Item2.2
Item3
Actually,the menu is much bigger and nested , but I hopes this suffices for explaining my problem.
I was thinking that having the possibility to have multiple startIDs would solve this. (I would call wayfinder with startID’s of Item1 and Item2 , and level=1).
That , or a filtering system based on IDs would also work.
Any ideas on what to do atm ? [multiple wayfinder calls are not what I’d call a manageable solution - especially considering the fact that my menus have a lot more items that what I have drawn ].
I know ditto has multiple start IDs implemented , so maybe some code may be shared between the projects.(ditto will also sport filtering,but based on TVs ,not IDs ).