pub async fn get_non_deleted_by_id( conn: &mut PgConnection, reference_id: Uuid, ) -> ModelResult<MaterialReference>