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