[
{"id": 1, "name": "Item 1", "category": "Electronics", "price": 299.99, "availability": "In Stock"},
{"id": 2, "name": "Item 2", "category": "Clothing", "price": 49.99, "availability": "Out of Stock"},
{"id": 3, "name": "Item 3", "category": "Electronics", "price": 199.99, "availability": "In Stock"},
{"id": 4, "name": "Item 4", "category": "Clothing", "price": 89.99, "availability": "In Stock"},
{"id": 5, "name": "Item 5", "category": "Home", "price": 39.99, "availability": "Out of Stock"},
{"id": 6, "name": "Item 6", "category": "Home", "price": 129.99, "availability": "In Stock"}
]
Be the first to submit a solution.