Schema

{
    "related": {
        "identifier": "string",
        "username": "string",
        "lastFollowerCount": 0
    },
    "items": [
        {
            "date": "2024-05-19T02:10:28+00:00",
            "likeCount": 0,
            "followerCount": 0,
            "followingCount": 0
        }
    ],
    "page": {
        "offset": 0,
        "limit": 0,
        "next": "string",
        "previous": "string",
        "total": 0
    },
    "errors": [
        {
            "key": "string",
            "code": 0,
            "message": "string"
        }
    ]
}