types/ContentList.js

 /**
 * Defines a **Content List** in the CMS.
 * @typedef ContentList
 * @memberof AgilityFetch.Types
 * @property {Array.<AgilityFetch.Types.ContentItem>} items - The paginated array of items returned by the request. Default *take* is **10** unless otherwise specified (Maximum allowed it **50**)
 * @property {number} totalCount - The total amount of items in the list. Use this along with *skip* and *take* for pagination.
 */