type Result struct {
Type string `json:"type,omitempty"`
ID string `json:"id,omitempty"`
Title string `json:"title,omitempty"`
Icon string `json:"icon,omitempty"`
URL string `json:"url,omitempty"`
Matches Matches `json:"matches,omitempty"`
Data any `json:"data,omitempty"`
HTML string `json:"-"`
}