getRecordsForDomain() only returns the first page of results and then at the end includes a response ending like: ``` type: 'CNAME' }, ... 328 more items ], page: 0 } ``` This is further complicated by the lack of accepting a parameter to get pages other than page 0.
getRecordsForDomain() only returns the first page of results and then at the end includes a response ending like:
This is further complicated by the lack of accepting a parameter to get pages other than page 0.