13 lines
277 B
Natural
13 lines
277 B
Natural
{
|
|
"title": "-Top Indie ;)",
|
|
"comment": "The highest rated Indie music.",
|
|
"all": [
|
|
{ "any": [
|
|
{"contains": {"genre": "Indie"}},
|
|
{"notContains": {"genre": "Christmas Music"}}
|
|
]},
|
|
{"gt": {"rating": 2}}
|
|
],
|
|
"sort": "dateModified",
|
|
"limit": 2000
|
|
} |