diff --git a/packages/nocodb/src/lib/meta/api/swagger/helpers/templates/paths.ts b/packages/nocodb/src/lib/meta/api/swagger/helpers/templates/paths.ts index 3760467efb..2b0c4d49ce 100644 --- a/packages/nocodb/src/lib/meta/api/swagger/helpers/templates/paths.ts +++ b/packages/nocodb/src/lib/meta/api/swagger/helpers/templates/paths.ts @@ -561,7 +561,7 @@ export const getViewPaths = async (ctx: { schema: { type: 'object', properties: { - count: 'number', + count: { type: 'number' }, }, }, },