*/ public function toArray(Request $request): array { return [ 'data' => $this->collection, ]; } }