Schema

{
    "related": {
        "identifier": "string",
        "title": "string",
        "authorName": "string",
        "url": "string",
        "imgUrl": "string"
    },
    "items": [
        {
            "identifier": "string",
            "createdAt": "2024-05-18T16:02:07+00:00",
            "latestAudience": {
                "date": "2024-05-18T16:02:07+00:00",
                "commentCount": 0,
                "likeCount": 0,
                "playCount": 0,
                "shareCount": 0
            },
            "user": {
                "identifier": "string",
                "username": "string",
                "lastFollowerCount": 0
            }
        }
    ],
    "page": {
        "offset": 0,
        "limit": 0,
        "next": "string",
        "previous": "string",
        "total": 0
    },
    "errors": [
        {
            "key": "string",
            "code": 0,
            "message": "string"
        }
    ]
}