feat: pre-aggregation workspace stats

This commit is contained in:
DarkSky
2026-01-01 05:01:52 +08:00
parent 97507e7043
commit f745f7b669
16 changed files with 722 additions and 245 deletions

View File

@@ -120,6 +120,9 @@ export enum AdminWorkspaceSort {
BlobCount = 'BlobCount',
BlobSize = 'BlobSize',
CreatedAt = 'CreatedAt',
MemberCount = 'MemberCount',
PublicPageCount = 'PublicPageCount',
SnapshotCount = 'SnapshotCount',
SnapshotSize = 'SnapshotSize',
}