I have a customer schema like this
export CustomerSchema extends Schema { animals: Array<{ animal: { type: SchemaTypes.ObjectId, ref: Animal.name },