Given this (overly simplified) code :
@optics data class MigrationStatus(val token: String?) val m = MigrationStatus(null)
I can of course c