I’m trying to model some tables for a sourcelist sidebar. Each table has a section in the sidebar. Groups are folders that users can create inside a section. I’ve been using the following model, but the downside to this is that each time I want to add a new section (table), I have to create another linking table and group table. There must be a smarter way to do this, right? Thanks