package models // ClubSearchResult represents a club search result from FACR API type ClubSearchResult struct { ID string `json:"id"` Name string `json:"name"` Type string `json:"type"` LogoURL string `json:"logo_url"` Category string `json:"category"` }