*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'weightKg' => $this->weight_kg, 'source' => $this->source, 'measuredAt' => $this->measured_at?->toISOString(), 'createdAt' => $this->created_at?->toISOString(), ]; } }