13 lines
299 B
Natural
13 lines
299 B
Natural
{
|
|
"title": "-Top 90s Music ;)",
|
|
"comment": "Top rated songs from the 1990's by the admin.",
|
|
"all": [
|
|
{ "any": [
|
|
{ "is": { "loved": true } },
|
|
{ "gt": { "rating": 2 } }]
|
|
},
|
|
{ "inTheRange": { "year": [1991, 2000] } }
|
|
],
|
|
"sort": "-year,-rating,title",
|
|
"limit": 1000
|
|
} |