package types type User struct { ID uint `json:"id"` Email string `json:"email"` }