{
  "data": {
    "data": {
      "images": [
        {
          "id": 12345678901234,
          "alt": "sample alt text",
          "position": 0,
          "product_id": 9876543210987,
          "created_at": "2025-01-01T00:00:00Z",
          "updated_at": "2025-01-01T00:00:01Z",
          "admin_graphql_api_id": "gid://shopify/MediaImage/12345678901234",
          "width": 100,
          "height": 150,
          "src": "https://example.com/images/sample.jpg"
        }
      ]
    }
  }
}