pub fn list_notes( id: &Option<String>, orphaned: &bool, completed: &bool, settings: &Settings, ) -> Result<Vec<FoundNote>>
List notes stored on disk based on a search criteria