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