[
  {
    "id": 1,
    "postId": 1,
    "userId": 1,
    "body": "Minor correction: the second code example has a typo on line 5.",
    "likes": 17,
    "createdAt": "2025-06-30T08:39:40.839Z"
  },
  {
    "id": 2,
    "postId": 1,
    "userId": 1,
    "body": "The benchmarks are impressive. Did you test with larger datasets?",
    "likes": 20,
    "createdAt": "2023-04-30T11:21:32.447Z"
  },
  {
    "id": 3,
    "postId": 1,
    "userId": 1,
    "body": "Great article! Really helped me understand the concept better.",
    "likes": 4,
    "createdAt": "2024-05-08T18:58:27.784Z"
  },
  {
    "id": 404,
    "postId": 1,
    "userId": 46,
    "body": "Clean code examples. Very readable and well-structured.",
    "likes": 37,
    "createdAt": "2026-07-05T14:55:26.004Z"
  },
  {
    "id": 443,
    "postId": 1,
    "userId": 26,
    "body": "Minor correction: the second code example has a typo on line 5.",
    "likes": 31,
    "createdAt": "2025-07-20T05:16:10.408Z"
  },
  {
    "id": 446,
    "postId": 1,
    "userId": 14,
    "body": "Great article! Really helped me understand the concept better.",
    "likes": 15,
    "createdAt": "2024-01-22T16:59:44.063Z"
  }
]