{
  "items": [
    {
      "id": 501,
      "store": "EasyJSON Demo Shop 1",
      "version": 1,
      "isActive": false,
      "notes": null,
      "tags": [
        "demo",
        "catalog",
        "typing"
      ],
      "featuredProduct": {
        "id": 501,
        "name": "Wireless Keyboard 1"
      }
    },
    {
      "id": 502,
      "store": "EasyJSON Demo Shop 2",
      "version": 2,
      "isActive": true,
      "notes": "Includes nullable notes for parser testing.",
      "tags": [
        "mock",
        "store",
        "payload"
      ],
      "featuredProduct": {
        "id": 502,
        "name": "USB-C Hub 2"
      }
    },
    {
      "id": 503,
      "store": "EasyJSON Demo Shop 3",
      "version": 3,
      "isActive": true,
      "notes": "Useful for typed client demos.",
      "tags": [
        "sample",
        "json",
        "testing"
      ],
      "featuredProduct": {
        "id": 503,
        "name": "Bluetooth Speaker 3"
      }
    },
    {
      "id": 504,
      "store": "EasyJSON Demo Shop 4",
      "version": 4,
      "isActive": false,
      "notes": "Contains mixed JSON datatypes.",
      "tags": [
        "frontend",
        "api",
        "learning"
      ],
      "featuredProduct": {
        "id": 504,
        "name": "Ergonomic Mouse 4"
      }
    },
    {
      "id": 505,
      "store": "EasyJSON Demo Shop 5",
      "version": 5,
      "isActive": true,
      "notes": null,
      "tags": [
        "demo",
        "catalog",
        "typing"
      ],
      "featuredProduct": {
        "id": 505,
        "name": "27-inch Monitor 5"
      }
    },
    {
      "id": 506,
      "store": "EasyJSON Demo Shop 6",
      "version": 1,
      "isActive": true,
      "notes": "Includes nullable notes for parser testing.",
      "tags": [
        "mock",
        "store",
        "payload"
      ],
      "featuredProduct": {
        "id": 506,
        "name": "Mechanical Keyboard 6"
      }
    },
    {
      "id": 507,
      "store": "EasyJSON Demo Shop 7",
      "version": 2,
      "isActive": false,
      "notes": "Useful for typed client demos.",
      "tags": [
        "sample",
        "json",
        "testing"
      ],
      "featuredProduct": {
        "id": 507,
        "name": "Laptop Stand 7"
      }
    },
    {
      "id": 508,
      "store": "EasyJSON Demo Shop 8",
      "version": 3,
      "isActive": true,
      "notes": "Contains mixed JSON datatypes.",
      "tags": [
        "frontend",
        "api",
        "learning"
      ],
      "featuredProduct": {
        "id": 508,
        "name": "Noise-Canceling Headphones 8"
      }
    },
    {
      "id": 509,
      "store": "EasyJSON Demo Shop 9",
      "version": 4,
      "isActive": true,
      "notes": null,
      "tags": [
        "demo",
        "catalog",
        "typing"
      ],
      "featuredProduct": {
        "id": 509,
        "name": "Wireless Keyboard 9"
      }
    },
    {
      "id": 510,
      "store": "EasyJSON Demo Shop 10",
      "version": 5,
      "isActive": false,
      "notes": "Includes nullable notes for parser testing.",
      "tags": [
        "mock",
        "store",
        "payload"
      ],
      "featuredProduct": {
        "id": 510,
        "name": "USB-C Hub 10"
      }
    }
  ],
  "pagination": {
    "mode": "offset",
    "total": 100,
    "count": 10,
    "page": 1,
    "pageSize": 10,
    "totalPages": 10,
    "hasNextPage": true,
    "hasPreviousPage": false,
    "limit": 10,
    "offset": 0
  }
}