loadLazy(): AsyncGenerator<Document<Record<string, any>>>Asynchronous generator function for lazily loading documents from Airtable. This method yields each document individually, enabling memory-efficient handling of large datasets by fetching records in pages.