$this->id, 'object' => 'note', 'body' => $this->body, 'account' => [ 'id' => $this->account_id, ], 'contact' => new ContactShortResource($this->contact), 'created_at' => $this->created_at->format(config('api.timestamp_format')), 'updated_at' => (is_null($this->updated_at) ? null : $this->updated_at->format(config('api.timestamp_format'))), ]; } }