package model // ItemField Representation of a single field on an Item type ItemField struct { Label string Value string }