Lets say I have these entities:
User
@Entity(\'user\', { synchronize: true }) export class UserEntity { @PrimaryGeneratedColumn(\'uuid\') id: string;