package entity type PageRequest struct { CurrentPage int `json:"currentPage"` PageSize int `json:"pageSize"` }