diff --git a/internal/model/status.go b/internal/model/status.go index e1db973..85fb8be 100644 --- a/internal/model/status.go +++ b/internal/model/status.go @@ -83,7 +83,7 @@ type Poll struct { type PollOption struct { Title string `json:"title"` - VotesCount string `json:"votes_count"` + VotesCount int `json:"votes_count"` } type StatusReblogged struct {