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