pub async fn set_total_grading_progress(
    conn: &mut PgConnection,
    regrading_id: Uuid,
    progress: GradingProgress
) -> ModelResult<()>