Add resources_count to collection.

This commit is contained in:
2025-07-31 14:08:38 +08:00
parent 40fb3a93b6
commit fd7c3797ea
3 changed files with 39 additions and 19 deletions

View File

@@ -197,5 +197,6 @@ export interface Collection {
title: string;
article: string;
user: User;
resources_count: number;
images: Image[];
}
}