Get the number of documents registered
@override Future<int> get documentCount async => (await _catalog.documentIds).length;