diff --git a/src/community/interface/community.interface.ts b/src/community/interface/community.interface.ts index b0f491e..7f769d3 100644 --- a/src/community/interface/community.interface.ts +++ b/src/community/interface/community.interface.ts @@ -10,5 +10,6 @@ export interface CommunityChildInterface { uuid: string; name: string; type: string; + totalCount?: number; children?: CommunityChildInterface[]; }