{
  "count": 2,
  "_embedded": {
    "clients": [
      {
        "resource": "client",
        "id": "org_12345678",
        "organizationCreatedAt": "2023-04-06 13:10:19+00:00",
        "_links": {
          "self": {
            "href": "...",
            "type": "application/hal+json"
          }
        }
      }
    ]
  },
  "_links": {
    "self": {
      "href": "...",
      "type": "application/hal+json"
    },
    "previous": null,
    "next": {
      "href": "https://api.mollie.com/v2/clients?from=org_63916732&limit=5",
      "type": "application/hal+json"
    },
    "documentation": {
      "href": "...",
      "type": "text/html"
    }
  }
}
