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