package openstates type LinkNode struct { Url string `json:"url"` Text string `json:"text"` }