{
"message": "Fetched successfully",
"statusCode": 200,
"data": {
"items": [
{
"id": 9,
"name": "TEST",
"year": 2025,
"displayName": "WN/2025/TEST",
"slugUrl": "wn-2025-test",
"createdAt": "2025-03-03T06:06:17.878Z"
},
{
"id": 8,
"name": "NEWEST.",
"year": 2025,
"displayName": "WN/2025/NEWEST.",
"slugUrl": "wn-2025-newest.",
"createdAt": "2025-02-21T14:08:53.620Z"
},
{
"id": 7,
"name": "NEWEST",
"year": 2025,
"displayName": "WN/2025/NEWEST",
"slugUrl": "wn-2025-newest",
"createdAt": "2025-02-21T13:41:41.273Z"
},
{
"id": 6,
"name": "BATCH C",
"year": 2020,
"displayName": "WN/2020/BATCH B",
"slugUrl": "how-to-generate-slug-in-node-js-6",
"createdAt": "2025-02-20T08:04:25.108Z"
},
{
"id": 5,
"name": "BATCH C",
"year": 2024,
"displayName": "WN/2024/BATCH B",
"slugUrl": "how-to-generate-slug-in-node-js-5",
"createdAt": "2025-02-20T08:04:25.108Z"
},
{
"id": 4,
"name": "BATCH A",
"year": 2024,
"displayName": "WN/2024/BATCH B",
"slugUrl": "how-to-generate-slug-in-node-js-4",
"createdAt": "2025-02-20T08:04:25.108Z"
},
{
"id": 3,
"name": "BATCH B",
"year": 2023,
"displayName": "WN/2024/BATCH B",
"slugUrl": "how-to-generate-slug-in-node-js-3",
"createdAt": "2025-02-20T08:04:25.108Z"
}
],
"meta": {
"totalItems": 7,
"itemCount": 7,
"itemsPerPage": 10,
"totalPages": 1,
"currentPage": 1
},
"links": {
"first": "http://localhost:3000/api/v1?page=1&limit=10",
"previous": null,
"next": null,
"last": "http://localhost:3000/api/v1?page=1&limit=10"
}
}
}