14 lines
303 B
Natural
14 lines
303 B
Natural
{
|
|
"title": "-Admin Favs - Rock ;)",
|
|
"comment": "Favorite Rock songs by the admin.",
|
|
"all": [
|
|
{ "any": [
|
|
{"contains": {"genre": "Rock"}}
|
|
]},
|
|
{"notContains": {"genre": "Christmas Music"}},
|
|
{"is": {"loved": true}}
|
|
],
|
|
"sort": "dateLoved",
|
|
"order": "desc",
|
|
"limit": 1000
|
|
} |