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