Show number of comments on cards, tab

This commit is contained in:
shamoon
2023-03-16 00:42:24 -07:00
parent e47a9b7b66
commit 992ac545b3
14 changed files with 146 additions and 74 deletions

View File

@@ -54,5 +54,7 @@ export interface PaperlessDocument extends ObjectWithPermissions {
archive_serial_number?: number
n_comments?: number
__search_hit__?: SearchHit
}