| Category ID | Category Name | Product Count |
|---|---|---|
| {{item.CategoryID}} | {{item.CategoryName}} | {{item.ProductCount}} |
| Product Name | Category ID | Category Name | Unit Price ($) | Status | Available Since |
|---|---|---|---|---|---|
| {{item.ProductName}} | {{item.CategoryID}} | {{item.CategoryName}} | {{item.UnitPrice | number:2}} | {{item.StatusDescription}} | {{item.AvailableSince | date : "MM/dd/yyyy"}} |