type DonkeyItem struct { ID int `json:"id"` Name string `json:"name"` }
I have a list of a struct. I want to check if the