{
"success": true,
"message": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"data": [
{
"id": 1,
"content": "I had the same issue! Try watering less frequently.",
"postId": 42,
"authorId": 1241,
"author": {
"id": 1241,
"userName": "plantlover42",
"firstName": "Ahmed",
"lastName": "Mohamed",
"avatarUrl": "https://example.com/avatars/1241.jpg"
},
"createdAt": "2026-06-29T18:00:00.000Z"
}
],
"meta": {
"page": 1,
"limit": 10,
"totalCount": 42,
"totalPages": 5
}
}