package models type Place struct { Text string `json:"text"` Coordinates []float64 `json:"coordinates"` }