feat(representation): expose doctor representation details and add counts in admin views

This commit is contained in:
hamed
2026-07-12 13:00:49 +03:30
parent 476d5bb80e
commit 1a8b3bfa53
10 changed files with 366 additions and 4 deletions
+2
View File
@@ -157,6 +157,8 @@ export interface Representation {
commission_percent: number;
bank_account: { card?: string; bank_name?: string; iban?: string } | null;
wallet_balance?: number;
doctor_count?: number;
appointment_count?: number;
active?: boolean;
is_active?: boolean;
created_at: string;