pub async fn get_course_users_counts_by_exercise(
    conn: &mut PgConnection,
    course_id: Uuid
) -> ModelResult<Vec<ExerciseUserCounts>>