diff --git a/trends.go b/trends.go index de1d466..a039cd2 100644 --- a/trends.go +++ b/trends.go @@ -15,6 +15,7 @@ type Trend struct { Query string `json:"query"` Url string `json:"url"` PromotedContent string `json:"promoted_content"` + TweetVolume string `json:"tweet_volume"` } type TrendResponse struct {