let\'s say I have a User and a Post Entity.
In my user entity I will have:
@OneToMany(() => Post, (post) => post.user) posts: Post[];