feat(analytics): expose full dashboard result groups
This commit is contained in:
@@ -9,6 +9,7 @@ class AnalyticsPointSchema(Schema):
|
||||
|
||||
|
||||
class AnalyticsPointGroupSchema(Schema):
|
||||
items: list[AnalyticsPointSchema]
|
||||
top_items: list[AnalyticsPointSchema]
|
||||
other_count: int = 0
|
||||
total_count: int = 0
|
||||
@@ -46,6 +47,7 @@ class AnalyticsPostPopularitySchema(Schema):
|
||||
|
||||
|
||||
class AnalyticsPostPopularityGroupSchema(Schema):
|
||||
items: list[AnalyticsPostPopularitySchema]
|
||||
top_items: list[AnalyticsPostPopularitySchema]
|
||||
other_count: int = 0
|
||||
total_count: int = 0
|
||||
|
||||
Reference in New Issue
Block a user