I am using Typeorm with NestJS and PostgreSQL. Initially I had two entities User and Group with a ManyToMany relation between them. I
User
Group
ManyToMany relation