$this->client_id, 'title' => $this->title, 'date' => $this->date->format('Y-m-d'), 'emotion' => (float) $this->emotion, 'customColor' => $this->custom_color, 'gradientPreset' => $this->gradient_preset, 'image' => $this->image, 'note' => $this->note ?? '', 'syncStatus' => 'synced', 'createdAt' => $this->created_at->getTimestampMs(), 'updatedAt' => $this->updated_at->getTimestampMs(), ]; } }