package types // Pagination stores pagination related params type Pagination struct { Page int `json:"page"` Size int `json:"size"` }