Schema

{
    "related": {
        "uuid": "string",
        "name": "string",
        "creditName": "string"
    },
    "items": [
        {
            "identifier": "string",
            "title": "string",
            "authorName": "string",
            "url": "string",
            "imgUrl": "string"
        }
    ],
    "page": {
        "offset": 0,
        "limit": 0,
        "next": "string",
        "previous": "string",
        "total": 0
    },
    "errors": [
        {
            "key": "string",
            "code": 0,
            "message": "string"
        }
    ]
}