diff --git a/src/routes/getPages.ts b/src/routes/getPages.ts index a715abb..6cb869e 100644 --- a/src/routes/getPages.ts +++ b/src/routes/getPages.ts @@ -31,6 +31,6 @@ export const getPages = async ({ request, reply }) => { result: response?.urls?.map(obj => ({ ...obj, })), - total: response?.scans?.totalCount?.count, + total: response?.urls?.totalCount?.count, }; } \ No newline at end of file