I have a self referential relationship (not important)
export default class Person{ @PrimaryKey @Column public id!: number; @BelongsTo(() => Person, &