pub fn load_from_folder<P: AsRef<Path>>(
    folder_path: P
) -> Result<Vec<ArchiverRecord>, ArchiveReaderError>