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