package com.blablahlabs.excelsior.beans; import java.util.List; import com.blablahlabs.excelsior.beans.notas.GetGalleryResponse; import com.google.gson.annotations.SerializedName; public class ExcelsiorFotoGaleriaBean { @SerializedName("getGalleryResponse") public List<GetGalleryResponse> getGalleryResponse; }