[
{
"id": 123,
"userId": 123,
"isReady": true,
"media": [
{
"id": 123,
"type": "<string>",
"convertedToVideo": true,
"canView": true,
"hasError": true,
"isReady": true,
"createdAt": "<string>",
"duration": 123,
"hasCustomPreview": true,
"videoSources": {},
"files": {
"full": {
"url": "<string>",
"sources": [
{
"url": "<string>",
"width": 123,
"height": 123,
"type": "<string>"
}
],
"width": 123,
"height": 123,
"size": 123
},
"thumb": {
"url": "<string>",
"width": 123,
"height": 123,
"size": 123
},
"preview": {
"url": "<string>",
"options": [
{
"url": "<string>",
"width": 123,
"height": 123,
"type": "<string>"
}
],
"width": 123,
"height": 123,
"size": 123
},
"squarePreview": {
"url": "<string>",
"width": 123,
"height": 123,
"size": 123
}
}
}
],
"hasPost": true,
"isWatched": true,
"createdAt": "<string>",
"question": null,
"canLike": true,
"isLiked": true
}
]