I have the following model
type Employee struct { PrivateGormModel Person `gorm:"embedded" json:"person,omitempty"` Con