Future<List<Document>> getRandomMany([int count = 1]) async => await _collectionOperations.getRandomMany(count);