package models type Person struct { Id int `json:"id,omitEmpty"` FirstName string `json:"firstName"` LastName string `json:"lastName"` }