const factory ProblemList({ required int total, @JsonKey(name: 'questions') required List<Problem> problems, }) = _ProblemList;