I have two entities with using typeorm like below:
user.entity @Column({array: true}) @OneToMany(() => Repository, repo => repo.user) repositorie