-
Notifications
You must be signed in to change notification settings - Fork 0
/
MOCK_DATA.json
71 lines (71 loc) · 2.02 KB
/
MOCK_DATA.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[{
"_id": ObjectId("5d61728193528481fe5a3124"),
"songName": "Land of Milk and Honey (Pays de cocagne)",
"songArtistFullName": "Kelley Grix",
"songAlbum": "Subin",
"songAmountFavourites": 54
},
{
"_id": ObjectId("5d61728193528481fe5a3125"),
"songName": "Henry IV, Part I (First Part of King Henry the Fourth, with the Life and Death of Henry Surnamed Hotspur, The)",
"songArtistFullName": "Kelley Grix",
"songAlbum": "Zathin",
"songAmountFavourites": 78
},
{
"_id": ObjectId("5d61728193528481fe5a3126"),
"songName": "The Lego Movie",
"songArtistFullName": "Agnes Coot",
"songAlbum": "Opela",
"songAmountFavourites": 45
},
{
"_id": ObjectId("5d61728193528481fe5a3127"),
"songName": "Off the Black",
"songArtistFullName": "Ado Headrick",
"songAlbum": "Wrapsafe",
"songAmountFavourites": 39
},
{
"_id": ObjectId("5d61728193528481fe5a3122"),
"songName": "Sliver",
"songArtistFullName": "Karina Hyndson",
"songAlbum": "Konklux",
"songAmountFavourites": 49
},
{
"_id": ObjectId("5d61728193528481fe5a3123"),
"songName": "Same River Twice, The",
"songArtistFullName": "Stefanie Berrigan",
"songAlbum": "Bamity",
"songAmountFavourites": 13
},
{
"_id": ObjectId("5d620f54d78b833e34e65b49"),
"songName": "Judgment in Berlin",
"songArtistFullName": "Englebert Ranyell",
"songAlbum": "Bytecard",
"songAmountFavourites": 44
},
{
"_id": ObjectId("5d620f54d78b833e34e65b48"),
"songName": "Zulu",
"songArtistFullName": "Kare Borwick",
"songAlbum": "Veribet",
"songAmountFavourites": 98
},
{
"_id": ObjectId("5d620f54d78b833e34e65b47"),
"songName": "Run for Cover",
"songArtistFullName": "Analise O'Gavin",
"songAlbum": "Tresom",
"songAmountFavourites": 57
},
{
"_id": ObjectId("5d620f54d78b833e34e65b46"),
"songName": "Sky Fighters (Les Chevaliers Du Ciel)",
"songArtistFullName": "Joyous Rye",
"songAlbum": "Stronghold",
"songAmountFavourites": 44
}
]