[ { "ProductID": 7, "Category": "Footwear", "SubCategory": "Menswear", "ProductName": "Running Shoes", "Brand": "SpeedTrack", "Sizes": [8, 9, 10, 11, 12], "Colors": ["White", "Blue", "Black"], "Price": 79.99, "Description": "Lightweight running shoes with excellent grip and comfort." }, { "ProductID": 8, "Category": "Footwear", "SubCategory": "Womenswear", "ProductName": "High Heel Sandals", "Brand": "StyleStep", "Sizes": [5, 6, 7, 8, 9], "Colors": ["Black", "Red", "Gold"], "Price": 59.99, "Description": "Elegant high-heel sandals for formal occasions." }, { "ProductID": 9, "Category": "Footwear", "SubCategory": "Unisex", "ProductName": "Casual Sneakers", "Brand": "ComfortWalk", "Sizes": [6, 7, 8, 9, 10, 11], "Colors": ["Gray", "Black", "White"], "Price": 49.99, "Description": "Comfortable sneakers suitable for everyday use." } ]