-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblogListPage.json
37 lines (37 loc) · 1.04 KB
/
blogListPage.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"meta": {
"totalPosts": 100,
"currentPage": 1,
"totalPages": 10,
"limit": 10
},
"data": [
{
"title": "How to Use DragDropDo Effectively",
"description": "Learn how to maximize your productivity with DragDropDo.",
"slug": "use-dragdropdo-effectively",
"imageURL": "use-dragdropdo.webp",
"publishedAt": "2024-10-15",
"tags": ["productivity", "tools"],
"readingTime": "5 mins",
"author": {
"name": "Jane Doe",
"imageURL": "jane-doe.jpg"
}
},
{
"title": "The Benefits of Using Drag and Drop Tools",
"description": "A detailed overview of how drag and drop tools can improve your workflow.",
"slug": "benefits-drag-drop-tools",
"imageURL": "benefits-drag-drop.webp",
"publishedAt": "2024-10-14",
"tags": ["workflow", "tools"],
"readingTime": "6 mins",
"author": {
"name": "John Smith",
"imageURL": "john-smith.jpg"
}
}
// More blog posts...
]
}