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