package loaders type Issuer struct { FontawesomeIcon string `json:"fontawesome_icon"` Symbol string `json:"symbol"` SectorID string `json:"sector_id"` ShortName string `json:"shortName"` Beta string `json:"beta"` DividendYield string `json:"dividendYield"` } type IssuersWrapper struct { Issuers []Issuer `json:"infographics"` }