namespace ManagerService.DTOs { public class InstanceQuotaDTO { public long storageUsedBytes { get; set; } public long storageQuotaBytes { get; set; } public int aiRequestsUsed { get; set; } public int aiRequestsPerMonth { get; set; } } }