async fn get_organization_active_courses_count(
    request_organization_id: Path<Uuid>,
    pool: Data<PgPool>
) -> ControllerResult<Json<CourseCount>>