class BaseSnapshotModel { @SerializedName("_name") protected String _name; @SerializedName("_type") protected String _type; @Expose protected BaseSnapshotModel parent; }