pub async fn get_course_exams_for_organization(
    conn: &mut PgConnection,
    organization: Uuid
) -> ModelResult<Vec<CourseExam>>