Paginated response interface
Represents the structure of a paginated API response from the X API.
Type parameters
Properties
Array of items in the current page
Pagination metadata
Type | Description
required
number | Number of results in the current page
string | Token for fetching the next page
string | Token for fetching the previous page
Additional included objects (users, tweets, etc.)
Any errors in the response