package common type ProductSearch struct { Search string `json:"search" validate:"max=1024"` Product }