> For the complete documentation index, see [llms.txt](https://developer.ivvy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.ivvy.com/getting-started/interpreting-the-response/collections.md).

# Collections

Some results return collections of objects. E.g. event?action=getEventList. The resulting [JSON](/development-reference/json-encoding.md) response for these collections will be an object with the following properties.

1. meta: An object providing information about the result set. The following keys may exist
   * totalResults: The number of results in the complete collection
   * start: The starting index of the collection this result represents
   * perPage: The number of items per page of results
   * count: The number of objects included in this result.
2. results: An array of objects
