arangosh> stmt = db._createStatement( { ........> "query": "FOR i IN [ 1, 2, 3, 4 ] RETURN i", ........> options: {"profile": true}} ); [object ArangoStatement]