Represents the response structure when listing records from Airtable. This structure supports pagination through the optional offset property.
offset
AirtableList
Optional
An optional token for pagination. If provided, it signifies more records are available. Use this token in subsequent requests to fetch the next page.
An array containing the Airtable records retrieved in the response.
Represents the response structure when listing records from Airtable. This structure supports pagination through the optional
offset
property.AirtableList