*/ public function toArray(Request $request): array { return [ 'id' => $this->uuid, 'customer_name' => $this->customer->name, 'rating_count' => $this->rating, 'comment' => $this->comment ]; } }