diff --git a/models/recruit/src/index.ts b/models/recruit/src/index.ts
index 191ce6009b..7219a456f3 100644
--- a/models/recruit/src/index.ts
+++ b/models/recruit/src/index.ts
@@ -787,6 +787,7 @@ export function createModel (builder: Builder): void {
           label: recruit.string.Applications
         },
         'description',
+        { key: 'comments', displayProps: { key: 'comments', suffix: true } },
         { key: '', displayProps: { grow: true } },
         {
           key: '$lookup.company',