NestJS - Database with TypeORM
You have entities
User, Group, and Permission. Users belong to many Groups, and Groups have many Permissions. How do you define these relations in NestJS TypeORM?