We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7021b18 commit 49958cbCopy full SHA for 49958cb
src/main/kotlin/org/retroachivements/api/data/pojo/system/GetGameList.kt
@@ -22,7 +22,7 @@ class GetGameList {
22
val imageIcon: String,
23
24
@SerializedName("NumAchievements")
25
- val numAchievements: Long,
+ val numAchievements: Int,
26
27
@SerializedName("NumLeaderboards")
28
val numLeaderboards: Long,
@@ -31,7 +31,7 @@ class GetGameList {
31
val points: Long,
32
33
@SerializedName("DateModified")
34
- val dateModified: String,
+ val dateModified: String?,
35
36
@SerializedName("ForumTopicID")
37
val forumTopicId: Long,
0 commit comments