*/ public function toArray(Request $request): array { return [ 'senderId' => $this->user_id, 'senderName' => $this->sender_name, 'senderAvatarUrl' => $this->sender_avatar_url, 'body' => $this->body, 'readAt' => $this->read_at, 'createdAt' => $this->created_at, ]; } }