ProductStats

constructor(totalProducts: Int, availableProducts: Int, lowStockProducts: Int, outOfStockProducts: Int, totalInventoryValue: Double? = null, averageProductPrice: Double? = null, topSellingProducts: List<String>? = null, reorderRequiredCount: Int? = null)