{
  "data": {
    "collections": [
      {
        "id": "gid://shopify/Collection/123456789012",
        "description": "Example description",
        "descriptionHtml": "<p>Example description in HTML</p>",
        "handle": "example-collection-handle",
        "products": {
          "nodes": [
            {
              "descriptionHtml": "<p>Example product description</p>",
              "category": "Example Category",
              "createdAt": "2023-01-01T12:00:00Z",
              "description": "Example product description",
              "featuredMedia": {
                "alt": "Example alt text",
                "id": "gid://shopify/MediaImage/987654321098",
                "preview": {
                  "image": {
                    "url": "https://cdn.example.com/images/example.jpg",
                    "width": 200,
                    "height": 300,
                    "id": "gid://shopify/ImageSource/654321987654"
                  }
                },
                "status": "READY"
              },
              "handle": "example-product-handle",
              "id": "gid://shopify/Product/1234567890123",
              "priceRangeV2": {
                "maxVariantPrice": {
                  "amount": "50.0",
                  "currencyCode": "USD"
                },
                "minVariantPrice": {
                  "amount": "10.0",
                  "currencyCode": "USD"
                }
              },
              "productType": "Example Type",
              "publishedAt": "2023-01-01T12:00:00Z",
              "status": "ACTIVE",
              "tags": [
                "Example Tag 1",
                "Example Tag 2"
              ],
              "title": "Example Product Title",
              "totalInventory": 100,
              "vendor": "Example Vendor Name"
            }
          ]
        },
        "productsCount": {
          "count": 10
        },
        "sortOrder": "MANUAL",
        "title": "Example Collection Title"
      }
    ],
    "pageInfo": {
      "hasNextPage": false,
      "endCursor": "YXJyYXljb25uZWN0aW9uOjA="
    }
  }
}