package ocss type Car struct { Model *string `json:"model,omitempty"` Brand *string `json:"brand,omitempty"` }