pub fn parse_json_iterable<E: 'static + Error>(
    args: &Cli,
    json_iter: impl Iterator<Item = Result<String, E>>
) -> Result<FileStats, Box<dyn Error>>