Similar to:
How to insert an entity with OneToMany relation in NestJS?
I have two entities (book and student):
@Entity({ name: \'book\' }) expor