AirtableLoader class provides functionality to load documents from Airtable tables. It supports two main methods:
load(): Retrieves all records at once, ideal for small to moderate datasets.loadLazy(): Fetches records one by one, which is more memory-efficient for large datasets.