package model type BarangDalamList struct { Nama string Merk string Url string } type DaftarBarang struct { Items []BarangDalamList }