package models type Collection struct { ID string `json:"id"` Name string `json:"name"` Query string `json:"query"` IDs []string `json:"ids"` }