package models type UserToPronoun struct { User User UserId string Pronoung string }