You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(api): use repository count method for dashboard summary
Replaces the `readAll()` calls in the `DashboardSummaryService` with the more efficient `count()` method from the data repository.
This avoids fetching all documents from the database just to get their count, significantly improving the performance of the dashboard summary endpoint by leveraging the native counting capabilities of the database.
0 commit comments