feat(#447): permission-gated reader dashboard #477

Merged
marcel merged 25 commits from worktree-feat+issue-447-reader-dashboard into main 2026-05-08 15:56:54 +02:00
Showing only changes of commit ca902c3ecf - Show all commits

View File

@@ -2122,9 +2122,9 @@ export interface components {
};
StatsDTO: {
/** Format: int64 */
totalPersons?: number;
totalPersons: number;
/** Format: int64 */
totalDocuments?: number;
totalDocuments: number;
/** Format: int64 */
totalStories: number;
};