12 lines
270 B
Natural
12 lines
270 B
Natural
{
|
|
"title": "-Top Vocal ;)",
|
|
"comment": "The highest rated Vocal music.",
|
|
"all": [
|
|
{"contains": {"genre": "Vocal"}},
|
|
{"gt": {"rating": 2}},
|
|
{"notContains": {"genre": "Christmas Music"}}
|
|
],
|
|
"sort": "dateModified",
|
|
"order": "desc",
|
|
"limit": 1000
|
|
} |