{
"data": {
"pending_comments": 0,
"popular_posts": [
{
"id": "string",
"published_at": "string",
"slug": "string",
"status": "string",
"title": "string",
"view_count": 0
}
],
"recent_posts": [
{
"id": "string",
"published_at": "string",
"slug": "string",
"status": "string",
"title": "string",
"view_count": 0
}
],
"total_comments": 0,
"total_posts": 0,
"total_users": 0,
"total_views": 0
},
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}