package responses type UserResponse struct { Id string `json:"id"` UserName string `json:"username"` } type UserResponseList []UserResponse