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