*/ public function toArray($request): array { return [ 'type' => 'artists', 'id' => $this->artist->id, 'name' => $this->artist->name, 'image' => $this->artist->image, 'created_at' => $this->artist->created_at, ]; } }