Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit 0c24eab

Browse files
committed
Added Mocked Data for Service Category (Paged)
1 parent d93f6a6 commit 0c24eab

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"content": [
3+
{
4+
"id": 10,
5+
"popularity": 2,
6+
"icon": "img_url",
7+
"serviceCategoryName": "Personal",
8+
"services": [
9+
{
10+
"id": 543,
11+
"serviceName": "Personal Training",
12+
"popularity": 8,
13+
"thumbnail": "https://picsum.photos/300/200",
14+
"questions": []
15+
}
16+
]
17+
},
18+
{
19+
"id": 11,
20+
"popularity": 1,
21+
"icon": "img_url",
22+
"serviceCategoryName": "Photography",
23+
"services": [
24+
{
25+
"id": 456,
26+
"serviceName": "Photographers",
27+
"popularity": 7,
28+
"thumbnail": "https://picsum.photos/300/200",
29+
"questions": []
30+
}
31+
]
32+
},
33+
{
34+
"id": 15,
35+
"popularity": 300,
36+
"icon": "",
37+
"serviceCategoryName": "Test1",
38+
"services": []
39+
}
40+
],
41+
"pageable": {
42+
"sort": {
43+
"sorted": false,
44+
"unsorted": true,
45+
"empty": true
46+
},
47+
"pageSize": 7,
48+
"pageNumber": 1,
49+
"offset": 7,
50+
"paged": true,
51+
"unpaged": false
52+
},
53+
"totalPages": 2,
54+
"totalElements": 10,
55+
"last": true,
56+
"first": false,
57+
"sort": {
58+
"sorted": false,
59+
"unsorted": true,
60+
"empty": true
61+
},
62+
"numberOfElements": 3,
63+
"size": 7,
64+
"number": 1,
65+
"empty": false
66+
}

0 commit comments

Comments
 (0)