diff --git a/trends.go b/trends.go index de1d466..7bdc933 100644 --- a/trends.go +++ b/trends.go @@ -14,6 +14,7 @@ type Trend struct { Name string `json:"name"` Query string `json:"query"` Url string `json:"url"` + TweetVolume *int64 `json:"tweet_volume"` PromotedContent string `json:"promoted_content"` }