package entity type PagePao struct { CurrentPage int `json:"currentPage"` Size int `json:"pageSize"` TotalPages int `json:"totalPages"` }