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