package models type Answer struct { ID string `json:"id"` Text string `json:"text"` }