I have a user and project entity with OneToMany relations between them,
user
project
OneToMany
user.entity.ts
@ManyToOne(() => Project