|
@ -705,6 +705,7 @@ export class AdminService { |
|
|
select: { |
|
|
select: { |
|
|
activityCount: true, |
|
|
activityCount: true, |
|
|
country: true, |
|
|
country: true, |
|
|
|
|
|
dataProviderGhostfolioDailyRequests: true, |
|
|
updatedAt: true |
|
|
updatedAt: true |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
@ -740,6 +741,7 @@ export class AdminService { |
|
|
subscription, |
|
|
subscription, |
|
|
accountCount: _count.Account || 0, |
|
|
accountCount: _count.Account || 0, |
|
|
country: Analytics?.country, |
|
|
country: Analytics?.country, |
|
|
|
|
|
dailyApiRequests: Analytics?.dataProviderGhostfolioDailyRequests || 0, |
|
|
lastActivity: Analytics?.updatedAt, |
|
|
lastActivity: Analytics?.updatedAt, |
|
|
transactionCount: _count.Order || 0 |
|
|
transactionCount: _count.Order || 0 |
|
|
}; |
|
|
}; |
|
|