I have:
class Entity extends RealmObject { @SerializedName("id") int id; @SerializedName("info") String text; } class