diff -r 263da7f71f03 -r 5b87cc73ed97 types.go --- a/types.go Wed Sep 05 22:55:20 2018 +0200 +++ b/types.go Thu Sep 06 00:23:40 2018 +0200 @@ -197,7 +197,7 @@ type Results struct { Accounts []Account `json:"accounts"` Statuses []Status `json:"statuses"` - Hashtags []string `json:"hashtags"` + Hashtags []Tag `json:"hashtags"` } // Status represents a Mastodon status entity