package models type UserToPronoun struct { ID uint64 `gorm:"primarykey"` User User UserId string Pronoung string }