$this->id, 'recorded_at' => $this->recorded_at?->toIso8601String(), 'fill_percent' => $this->fill_percent, 'notes' => $this->notes, 'recorded_by' => $this->whenLoaded('recordedBy', fn () => [ 'id' => $this->recordedBy?->uuid, 'name' => $this->recordedBy?->full_name, ]), ]; } }