Full stats data structure, grouped by date then supplier.
const stats: SupplierStatsData = { "2026-03-25": { "SupplierCarolina": { queryCount: 3, successCount: 45, failureCount: 2, uniqueProductCount: 12 } }}; Copy
const stats: SupplierStatsData = { "2026-03-25": { "SupplierCarolina": { queryCount: 3, successCount: 45, failureCount: 2, uniqueProductCount: 12 } }};
Full stats data structure, grouped by date then supplier.
Example