Implement support for specifying `keepNull` option in `DocumentCreateOptions`, which is used by both: - `ArangoCollection.insertDocument` - `ArangoCollection.insertDocuments` API doc: https://www.arangodb.com/docs/stable/http/document-working-with-documents.html#create-document See #373