Merge pull request #3329 from paperless-ngx/feature-full-dynamic-counts

Enhancement: dynamic counts include all pages, hide for "Any"
This commit is contained in:
shamoon
2023-05-10 11:15:47 -07:00
committed by GitHub
9 changed files with 93 additions and 5 deletions

View File

@@ -2,4 +2,6 @@ export interface Results<T> {
count: number
results: T[]
all: number[]
}