user table (id, name, role…) and section table (id, name…), bridged by a user_section table (userId, sectionId). Hence, a many-to-many relationship.users with the role “Student”? Right now, I can only filter through userId and sectionId in the relational query API (see screenshot).