pub async fn delete_and_fetch_path(
    conn: &mut PgConnection,
    id: Uuid
) -> ModelResult<String>