pub async fn remove_note(
    db: &Database,
    name: &str
) -> Result<DeleteResult, Error>