pub fn get_files<'t>( folder_path: &'t str, config: &'t Config, prefix: &'t str, ) -> impl Iterator<Item = FileEntry> + 't