{
  "query": null,
  "data": [
    {
      "slug": "sandbox-module-1",
      "title": "Sandbox: Thinking in Systems & State",
      "part": "Sandbox Part 1: The Mental Shift",
      "description": "A fixed fixture module. The shape matches production exactly; the contents never change.",
      "chapters": 12,
      "minutes": 29,
      "url": "https://example.invalid/sandbox-module-1"
    },
    {
      "slug": "sandbox-module-2",
      "title": "Sandbox: Caching Strategies",
      "part": "Sandbox Part 7: Architecture & Scale",
      "description": "A second fixture, so pagination and search have something to return.",
      "chapters": 12,
      "minutes": 31,
      "url": "https://example.invalid/sandbox-module-2"
    }
  ],
  "pagination": {
    "page": 1,
    "limit": 20,
    "total": 2,
    "pages": 1,
    "hasMore": false,
    "nextCursor": null
  },
  "links": {
    "self": "https://shipreal.dev/api/v1/sandbox/modules?page=1&limit=20",
    "first": "https://shipreal.dev/api/v1/sandbox/modules?page=1&limit=20",
    "last": "https://shipreal.dev/api/v1/sandbox/modules?page=1&limit=20",
    "next": null,
    "prev": null
  }
}