I have one entity with 5 hasMany on it.
hasMany
@Table class Book extends Model { @ForeignKey(() => Person) @Column authorId: