pub fn list_json_files_in_folder(
    folder: &Path,
) -> impl Iterator<Item = DirEntry> + '_