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