fix(aggregate):get pages counts (#1415)

Signed-off-by: CielNeko <cielneko@proton.me>
This commit is contained in:
CielNeko
2024-02-01 09:44:06 +00:00
committed by GitHub
parent d4d653aa52
commit f9c8e37237

View File

@@ -373,7 +373,7 @@ export class AggregateService {
this.gateway.getcurrentClientCount(),
this.postService.model.countDocuments(),
this.noteService.model.countDocuments(),
this.categoryService.model.countDocuments(),
this.pageService.model.countDocuments(),
this.sayService.model.countDocuments(),
this.commentService.model.countDocuments({
parent: null,