$this->id, 'user_id' => $this->user_id, 'user_name' => $this->user?->name, 'user_type' => $this->user?->type?->value, 'accessed_at' => $this->accessed_at?->toIso8601String(), ]; } }