Assume I have 2 structs as such:
type Contract struct { Id string `json:"id" gorm:"column:uuid"` Name str