In TypeORM, I have the following entities:
@Entity() class Game { @PrimaryGeneratedColumn() id: number @ManyToOne(() => Team, { eager: true )