I am using a Laravel based paginated API (LengthAwarePaginator response) and want to display those logs inside a Filament table.
Is there a recommended approach in Filament for populating a table from a remote, paginated API response (rather than an Eloquent query)?