package data type Remote struct { Id string `json:"id"` Title string `json:"title"` Commands []Command `json:"commands"` }