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