Add "originalIds" to Game entity

Add "userRatings" to Game entity
Add "criticRatings" to Game entity
This commit is contained in:
grimsi
2025-03-30 22:23:23 +02:00
parent a589b9dbfb
commit 7fdeeedad3
8 changed files with 40 additions and 5 deletions
@@ -4,6 +4,7 @@ import java.net.URI
import java.time.Instant
class GameMetadata(
val originalId: String,
val title: String,
val description: String? = null,
val coverUrl: URI? = null,