diff --git a/apps/frontend/src/api/responses.ts b/apps/frontend/src/api/responses.ts index 1d00dda..2b8859a 100644 --- a/apps/frontend/src/api/responses.ts +++ b/apps/frontend/src/api/responses.ts @@ -142,6 +142,10 @@ export interface Portfolio { currency: string; createdAt: string; updatedAt: string; + totalValue: number; + positionCount: number; + shareCount: number; + bondCount: number; } export interface PositionWithPrice {