pub async fn get_for_course_or_exam(
    conn: &mut PgConnection,
    id: CourseOrExamId
) -> ModelResult<Vec<ExerciseRepository>>