-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
47 lines (47 loc) · 954 Bytes
/
db.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
38
39
40
41
42
43
44
45
46
47
{
"pictures": [
{
"artist": "Paulin Frustro",
"year": "2021",
"photo": "https://picsum.photos/400/352",
"addedDate": 1649240229849,
"id": 1
},
{
"artist": "Misan Harriman",
"year": "1999",
"photo": "https://picsum.photos/400/338",
"id": 5
},
{
"artist": "Takeshi Nagano",
"year": "2017",
"photo": "https://picsum.photos/400/499",
"id": 6
},
{
"artist": "Neil Burnell",
"year": "2012",
"photo": "https://picsum.photos/400/443",
"id": 7
},
{
"artist": "Jidhun",
"year": "2009",
"photo": "https://picsum.photos/400/364",
"id": 8
},
{
"artist": "Martin Grange",
"year": "2021",
"photo": "https://picsum.photos/400/470",
"id": 9
},
{
"artist": "fale2",
"year": "2022",
"photo": "https://picsum.photos/400/428",
"id": 10
}
]
}