Adds support and flow through to the new Fractal Adapter for Simple Paginate. This is useful for performance reasons, if you want to avoid the extra select count(*)
query which the default LegthAwarePaginator does in Laravel.
There are no public API changes as part of this release, you may simply pass the different paginator type to the paginate()
response function as normal.