package core type Pagination struct { PageNumber int `json:"page-number"` PageSize int `json:"page-size"` PageNoLimit bool `json:"page-no-limit"` }