count()), Stat::make('选择题', Question::query()->where('question_type', 'choice')->count()), Stat::make('解答题', Question::query()->where('question_type', 'short')->count()), ]; } }