Has anyone attempted a two tier tenancy system within Filament? Similar to Open AI's model where orgs are at the top level as the billable unit and projects partition the rest of the data. Picture a two-select tenant switcher, where the 2nd select is dependent on the first. Routing would be something like /{org}/{project}/resource. Obviously Filament's 'plumbing' is deeply coupled to either no tenancy or simple one-level tenancy and doing this is against the grain. If anyone's been down this path already, I'd like to chat.