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