pub fn deser_json_lines<T>(path: PathBuf) -> Result<Vec<T>, KGDataError>
where for<'de> T: Deserialize<'de>,