# page


[API catalog](/reference/api/) · [Docker Hub overview](/reference/api/hub/latest/) · [Product manual](https://docs.docker.com/docker-hub/) · [OpenAPI specification](/reference/api/hub/latest.yaml)

API version: 2-beta



Schema constraints and annotations:

```json
{
  "properties": {
    "count": {
      "description": "total number of results available across all pages",
      "type": "integer"
    },
    "next": {
      "description": "link to next page of results if any",
      "type": [
        "string",
        "null"
      ]
    },
    "previous": {
      "description": "link to previous page of results  if any",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "type": "object"
}
```



