After making a huge Postgres database schema with many join tables...I am finally learning about "Cartesian product" issues 😣
And hoo boy...I am not seeing any appealing ways to handle this.
I have an "item" table, I want to query for one item, and in the screenshot are all the related tables I want to include data from with the result...but apparently the OneToMany relationships (all the tables that end with "s" in this case) cause exponential complexity. Not sure what to do...