Query
{
"as": "p",
"from": "Products",
"order": [
"p.category",
{
"by": "p.unitPrice",
"dir": "descending"
}
],
"select": "p"
}
Results
{}
{
"as": "p",
"from": "Products",
"order": [
"p.category",
{
"by": "p.unitPrice",
"dir": "descending"
}
],
"select": "p"
}
{}