pub async fn note_list(
    db: &Database
) -> Result<impl Iterator<Item = String>, Error>