Añadida cantidad de post en el panel de admin

This commit is contained in:
2025-11-30 00:29:23 -03:00
parent 78e7df318e
commit 4fe210eab6
2 changed files with 2 additions and 1 deletions

1
src/types.d.ts vendored
View File

@@ -87,4 +87,5 @@ export interface UserResponseDto {
followersCount: number;
followingCount: number;
createdAt: string;
postsCount: number;
}