14 lines
302 B
Natural
14 lines
302 B
Natural
{
|
|
"all": [
|
|
{ "any": [
|
|
{"contains": {"genre": "Dance"}}
|
|
]},
|
|
{"gt": {"rating": 3}},
|
|
{"notContains": {"genre": "Christmas Music"}},
|
|
{"isNot": {"artist": "BTS"}},
|
|
{"isNot": {"artist": "Postmodern Jukebox"}}
|
|
],
|
|
"sort": "dateModified",
|
|
"order": "desc",
|
|
"limit": 1000
|
|
} |