From 41ab5a58c36a18afeb119c014e909d09cee6fd8e Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 3 Oct 2024 22:14:55 -0700 Subject: [PATCH] Update custom-field.ts --- src-ui/src/app/data/custom-field.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src-ui/src/app/data/custom-field.ts b/src-ui/src/app/data/custom-field.ts index 7e52d0785..bca77dd51 100644 --- a/src-ui/src/app/data/custom-field.ts +++ b/src-ui/src/app/data/custom-field.ts @@ -59,4 +59,5 @@ export interface CustomField extends ObjectWithId { select_options?: string[] default_currency?: string } + document_count?: number }