package models type PersonListItem struct { Name string `json:"name"` Count int `json:"count"` }