In this query:
[lua] local answer = coronium.mongo:getObjects( “ratings”, {}, 10, “total”, “DESC” ) [/lua]
i is the result sorted before or after the limit? That is, does Coronium go to “rating,” sort it in DESC order, then return 10 objects, or does it grab 10 objects, sort those in DESC order, and return them?