Right now: ```typescript instance.relations = [instance, otherInstance] await instanceRepo.save(instance) instance.relations = [instance] await instanceRepo.save(instance) await instance.relations // [instance, otherInstance] ```