mirror of
https://github.com/orris-inc/orris.git
synced 2026-05-06 21:44:01 +08:00
The list subscription endpoints (user and admin) were returning dataUsedBytes as 0 because ListUserSubscriptionsUseCase lacked QuotaService integration. Added GetSubscriptionQuotaPreloaded to the QuotaService interface to avoid redundant DB lookups when subscription and plan are already fetched, and wired it into the list use case to populate traffic usage data in DTOs.