Schema

{
    "related": {
        "uuid": "string",
        "name": "string",
        "creditName": "string"
    },
    "items": [
        {
            "date": "2024-05-18T12:56:40+00:00",
            "videoPlots": [
                {
                    "date": "2024-05-18T12:56:40+00:00",
                    "value": 0
                }
            ]
        }
    ],
    "page": {
        "offset": 0,
        "limit": 0,
        "next": "string",
        "previous": "string",
        "total": 0
    },
    "errors": [
        {
            "key": "string",
            "code": 0,
            "message": "string"
        }
    ]
}