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