-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
109 lines (109 loc) · 2.69 KB
/
db.json
File metadata and controls
109 lines (109 loc) · 2.69 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"userId=1": [{
"title": "preset1",
"presetId": "1",
"thumbnailImageURL": "https://cdn.pixabay.com/photo/2021/09/02/16/48/cat-6593947_960_720.jpg",
"reactions": {
"viewCount": 22,
"likeCount": 33,
"commentCount": 2
}
},
{
"title": "preset2",
"presetId": "2",
"thumbnailImageURL": "https://picsum.photos/200",
"reactions": {
"viewCount": 7,
"likeCount": 32,
"commentCount": 4
}
},
{
"title": "preset3",
"presetId": "3",
"thumbnailImageURL": "https://picsum.photos/199",
"reactions": {
"viewCount": 10,
"likeCount": 1,
"commentCount": 7
}
},
{
"title": "preset4",
"presetId": 444,
"thumbnailImageURL": "test",
"reactions": {
"viewCount": 55,
"likeCount": 7,
"commentCount": 8
}
},
{
"title": "preset5",
"presetId": 555,
"thumbnailImageURL": "test",
"reactions": {
"viewCount": 22,
"likeCount": 33,
"commentCount": 2
}
},
{
"title": "preset6",
"presetId": 666,
"thumbnailImageURL": "test",
"reactions": {
"viewCount": 22,
"likeCount": 33,
"commentCount": 2
}
},
{
"title": "preset7",
"presetId": 777,
"thumbnailImageURL": "test",
"reactions": {
"viewCount": 22,
"likeCount": 33,
"commentCount": 2
}
},
{
"title": "preset8",
"presetId": 888,
"thumbnailImageURL": "test",
"reactions": {
"viewCount": 22,
"likeCount": 33,
"commentCount": 2
}
}
],
"userId=2": [{
"title": "preset4",
"presetId": 444
},
{
"title": "preset5",
"presetId": 555
},
{
"title": "preset6",
"presetId": 666
}
],
"userId=3": [{
"title": "preset7",
"presetId": 777
},
{
"title": "preset8",
"presetId": 888
},
{
"title": "preset9",
"presetId": 999
}
]
}