show insights explorer count on data management page

This commit is contained in:
MaysWind
2026-01-11 14:24:38 +08:00
parent ca959fb9ce
commit 9b4dd5600a
25 changed files with 59 additions and 9 deletions
+1
View File
@@ -18,6 +18,7 @@ type DataStatisticsResponse struct {
TotalTransactionTagCount int64 `json:"totalTransactionTagCount,string"`
TotalTransactionCount int64 `json:"totalTransactionCount,string"`
TotalTransactionPictureCount int64 `json:"totalTransactionPictureCount,string"`
TotalInsightsExplorerCount int64 `json:"totalInsightsExplorerCount,string"`
TotalTransactionTemplateCount int64 `json:"totalTransactionTemplateCount,string"`
TotalScheduledTransactionCount int64 `json:"totalScheduledTransactionCount,string"`
}