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