pub async fn get_active_courses_for_organization_count(
    conn: &mut PgConnection,
    organization_id: Uuid
) -> ModelResult<CourseCount>