package models type Attendees struct { FirstName int `json:"firstName"` LastName string `json:"lastName"` }