diff --git a/libs/model/src/thread/GetThreads.query.ts b/libs/model/src/thread/GetThreads.query.ts index 50a79a53b0b..ac2ba283b88 100644 --- a/libs/model/src/thread/GetThreads.query.ts +++ b/libs/model/src/thread/GetThreads.query.ts @@ -267,7 +267,7 @@ export function GetThreads(): Query { page: replacements.page, threads, numVotingThreads, - threadsCount: threads.at(0)?.total_num_thread_results || 0, + threadCount: threads.at(0)?.total_num_thread_results || 0, }; }, };