arangosh> db.example.last(1);
[
{
"_id" : "example/477111349",
"_key" : "477111349",
"_rev" : "477111349",
"Hello" : "world"
}
]