Schema

{
    "type": "string",
    "object": {
        "identifier": "string",
        "createdAt": "2024-05-18T15:29:09+00:00",
        "latestAudience": {
            "date": "2024-05-18T15:29:09+00:00",
            "commentCount": 0,
            "likeCount": 0,
            "playCount": 0,
            "shareCount": 0
        },
        "user": {
            "identifier": "string",
            "username": "string",
            "lastFollowerCount": 0
        },
        "latestCrawlDate": "2024-05-18T15:29:09+00:00",
        "firstCrawlDate": "2024-05-18T15:29:09+00:00"
    },
    "errors": [
        {
            "key": "string",
            "code": 0,
            "message": "string"
        }
    ]
}