I have the following code structure:
interface Watchable { fun show: Show } @Entity @Parcelize data class TopRatedShow( @Embedded val show: Show,