package remote type loadListsResponse struct { Lists []List `json:"list"` } type List struct { ID string `json:"id"` Name string `json:"name"` }