ReviewState
data class ReviewState(val firstOpenMillis: Long = 0, val interactionCount: Int = 0, val lastPromptMillis: Long = 0)
Persisted review counters (app-persisted — DataStore/NSUserDefaults/etc. in production).
Persisted review counters (app-persisted — DataStore/NSUserDefaults/etc. in production).