package models type ShortlinksSearchParams struct { Keywords string Ext string Order string Direction string Regexp bool Limit int Start int } type ShortlinksSearchResponse struct { Credits CreditsInfo `json:"credits"` Results interface{} `json:"results"` }