Schema

{
    "related": {
        "identifier": "string",
        "createdAt": "2024-05-18T13:27:34+00:00",
        "latestAudience": {
            "date": "2024-05-18T13:27:34+00:00",
            "commentCount": 0,
            "likeCount": 0,
            "playCount": 0,
            "shareCount": 0
        },
        "user": {
            "identifier": "string",
            "username": "string",
            "lastFollowerCount": 0
        }
    },
    "items": [
        {
            "date": "2024-05-18T13:27:34+00:00",
            "commentCount": 0,
            "likeCount": 0,
            "playCount": 0,
            "shareCount": 0
        }
    ],
    "page": {
        "offset": 0,
        "limit": 0,
        "next": "string",
        "previous": "string",
        "total": 0
    },
    "errors": [
        {
            "key": "string",
            "code": 0,
            "message": "string"
        }
    ]
}