diff --git a/src/hqtrivia/model/words_game_result.cr b/src/hqtrivia/model/words_game_result.cr index eddc769..07d1d8e 100644 --- a/src/hqtrivia/model/words_game_result.cr +++ b/src/hqtrivia/model/words_game_result.cr @@ -8,6 +8,7 @@ module HqTrivia type: String, show_id: {key: "showId", type: Int32}, winners: Array(Winner), + num_winners: {key: "numWinners", type: Int32}, c: Int32, sent: Time, })