17 lines
436 B
Natural
17 lines
436 B
Natural
{
|
|
"title": "-Admin Favs - Hip Hop ;)",
|
|
"comment": "Favorite Hip Hop songs by the admin.",
|
|
"all": [
|
|
{ "any": [
|
|
{"contains": {"genre": "hip-hop"}},
|
|
{"contains": {"genre": "hip hop"}},
|
|
{"contains": {"genre": "Rap"}}
|
|
]},
|
|
{"notContains": {"genre": "Christmas Music"}},
|
|
{"notContains": {"genre": "Latin"}},
|
|
{"is": {"loved": true}}
|
|
],
|
|
"sort": "dateModified",
|
|
"order": "desc",
|
|
"limit": 1000
|
|
} |