package model type Episodes struct { First int `json:"first"` Last int `json:"last"` String string `json:"string"` }