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