package models type Pagination struct { Page int32 `json:"page"` Total int32 `json:"total"` }