> ## Documentation Index
> Fetch the complete documentation index at: https://terminal49-current-status.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# PaginatedResult generic interface reference

> Reference for the PaginatedResult generic interface returned by SDK list methods, wrapping records together with pagination links and metadata.

# Interface: PaginatedResult\<T>

Mapped list response containing records plus pagination metadata.

## Type Parameters

| Type Parameter |
| -------------- |
| `T`            |

## Properties

| Property                           | Type                                                                        |
| ---------------------------------- | --------------------------------------------------------------------------- |
| <a id="property-items" /> `items`  | `T`\[]                                                                      |
| <a id="property-links" /> `links?` | [`PaginationLinks`](/sdk/reference/types/models/interfaces/PaginationLinks) |
| <a id="property-meta" /> `meta?`   | `Record`\<`string`, `any`>                                                  |
