I have a entity as follows
@Entity data class User( @PrimaryKey var id: String, var firstName: String, var lastName: String )