{
	"data": {
		"products": {
			"aggregations": [
				{
					"attribute_code": "price",
					"label": "Price",
					"options": [
						{
							"label": "30-*",
							"value": "30_*",
							"__typename": "AggregationOption"
						}
					],
					"__typename": "Aggregation"
				},
				{
					"attribute_code": "category_id",
					"label": "Category",
					"options": [
						{
							"label": "Gear",
							"value": "3",
							"__typename": "AggregationOption"
						},
						{
							"label": "Bags",
							"value": "4",
							"__typename": "AggregationOption"
						}
					],
					"__typename": "Aggregation"
				},
				{
					"attribute_code": "activity",
					"label": "Activity",
					"options": [
						{
							"label": "Yoga",
							"value": "8",
							"__typename": "AggregationOption"
						},
						{
							"label": "Gym",
							"value": "11",
							"__typename": "AggregationOption"
						}
					],
					"__typename": "Aggregation"
				},
				{
					"attribute_code": "features_bags",
					"label": "Features",
					"options": [
						{
							"label": "Waterproof",
							"value": "74",
							"__typename": "AggregationOption"
						},
						{
							"label": "Reflective",
							"value": "77",
							"__typename": "AggregationOption"
						},
						{
							"label": "Lockable",
							"value": "79",
							"__typename": "AggregationOption"
						}
					],
					"__typename": "Aggregation"
				},
				{
					"attribute_code": "material",
					"label": "Material",
					"options": [
						{
							"label": "Nylon",
							"value": "37",
							"__typename": "AggregationOption"
						},
						{
							"label": "Polyester",
							"value": "38",
							"__typename": "AggregationOption"
						}
					],
					"__typename": "Aggregation"
				},
				{
					"attribute_code": "strap_bags",
					"label": "Strap/Handle",
					"options": [
						{
							"label": "Double",
							"value": "64",
							"__typename": "AggregationOption"
						},
						{
							"label": "Shoulder",
							"value": "66",
							"__typename": "AggregationOption"
						}
					],
					"__typename": "Aggregation"
				},
				{
					"attribute_code": "style_bags",
					"label": "Style Bags",
					"options": [
						{
							"label": "Exercise",
							"value": "29",
							"__typename": "AggregationOption"
						},
						{
							"label": "Tote",
							"value": "30",
							"__typename": "AggregationOption"
						}
					],
					"__typename": "Aggregation"
				}
			],
			"items": [
				{
					"id": 8,
					"categories": [
						{
							"id": 3,
							"name": "Gear",
							"url_key": "gear",
							"include_in_menu": 1,
							"level": 2,
							"position": 4,
							"path": "1/2/3",
							"__typename": "CategoryTree"
						},
						{
							"id": 4,
							"name": "Bags",
							"url_key": "bags",
							"include_in_menu": 1,
							"level": 3,
							"position": 1,
							"path": "1/2/3/4",
							"__typename": "CategoryTree"
						}
					],
					"description": {
						"html": "",
						"__typename": "ComplexTextValue"
					},
					"small_image": {
						"url": "https://magento.softwaretestingboard.com/pub/static/version1695896754/frontend/Magento/luma/en_US/Magento_Catalog/images/product/placeholder/small_image.jpg",
						"label": null,
						"__typename": "ProductImage"
					},
					"image": {
						"url": "https://magento.softwaretestingboard.com/pub/static/version1695896754/frontend/Magento/luma/en_US/Magento_Catalog/images/product/placeholder/image.jpg",
						"label": null,
						"__typename": "ProductImage"
					},
					"media_gallery": [],
					"stock_status": "IN_STOCK",
					"meta_description": null,
					"meta_title": null,
					"name": null,
					"sku": "24-WB01",
					"url_key": null,
					"price_range": {
						"minimum_price": {
							"discount": {
								"amount_off": 0,
								"percent_off": 0,
								"__typename": "ProductDiscount"
							},
							"final_price": {
								"currency": "USD",
								"value": 0,
								"__typename": "Money"
							},
							"regular_price": {
								"currency": "USD",
								"value": 0,
								"__typename": "Money"
							},
							"__typename": "ProductPrice"
						},
						"__typename": "PriceRange"
					},
					"__typename": "SimpleProduct"
				}
			],
			"__typename": "Products"
		}
	}
}