Christopher Wray
Christopher Wray
**Before filling a bug** - [x] have you checked the [faq](https://github.com/Azure/autorest/tree/main/docs/faq.md) for known issues. - [x] have you checked existing issues **Describe the bug** I am getting the error: ```...
According to the docs, Additional collection data will automatically be documented when adding additional data to a collection. ```php use Illuminate\Http\Resources\Json\AnonymousResourceCollection; use App\Models\TodoItem; use Illuminate\Pagination\LengthAwarePaginator; class TodoItemsController { public function...