var pageSize: Int
default is 50, ensures large queries can be broken down into separate requests via paged results. Each request will limited by this value and the request will have to be repeated along with incrementing the pageNum attribute.