async fn get_plans( pool: Data<PgPool>, user: AuthUser, ) -> ControllerResult<Json<Vec<CourseDesignerPlanSummary>>>