We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c1ae5 commit 33234b1Copy full SHA for 33234b1
internal/models/api.go
@@ -11,6 +11,7 @@ type APIResponse struct {
11
Template string `json:"template,omitempty"`
12
Total *int `json:"total,omitempty"`
13
DateRange *BitsLeaderboardDateRange `json:"date_range,omitempty"`
14
+ Points int `json:"points,omitempty"`
15
}
16
17
type APIPagination struct {
0 commit comments