Hey folks, I have a Prisma schema that uses many-to-many and one-to-many relationships. The base class for the table doesn't show these types, so my question is, is there a model that also contains the relationship data too? If so, where would I find it?
Context: I'm using nest.js