package wtf.beatrice.hidekobot.objects.fun; import java.util.List; public record TriviaQuestion(String question, String correctAnswer, List wrongAnswers) { }