Services have a particular number of pages that they refer to. The number of pages is determined when the service is initialized. When requesting content from the service, you must specify a page - if the requested page is outside the bounds of 1-GetPageCount(), the request will fail. In general, PageNumbers are 1-based indexes.
total number of pages in the service refers to
IService Interface | com.plumtree.server.xui Namespace