Expose Paging information returned by API
description
Many of the API calls, such as GetQuestions, return a list of items as well as the associated paging information (current page, page size, total items). Currently this information is being retrieved by the library but not exposed to the caller of the API. Figure out a way to expose this information to the users of the API.