Imagine we have the following models:
type Company struct { gorm.Model Name string Addresses []Address } type Address struct { gorm.Model