|
@@ -30,6 +30,7 @@ type AdminStats struct {
|
|
|
DataSourceCount int `json:"data_source_count"`
|
|
DataSourceCount int `json:"data_source_count"`
|
|
|
PlaylistCount int `json:"playlist_count"`
|
|
PlaylistCount int `json:"playlist_count"`
|
|
|
StarredDbCount int `json:"starred_db_count"`
|
|
StarredDbCount int `json:"starred_db_count"`
|
|
|
|
|
+ AlertCount int `json:"alert_count"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
type GetAdminStatsQuery struct {
|
|
type GetAdminStatsQuery struct {
|