$this->id, 'object' => 'note', 'body' => $this->body, 'is_favorited' => (bool) $this->is_favorited, 'favorited_at' => DateHelper::getTimestamp($this->favorited_at), 'account' => [ 'id' => $this->account_id, ], 'contact' => new ContactShortResource($this->contact), 'created_at' => DateHelper::getTimestamp($this->created_at), 'updated_at' => DateHelper::getTimestamp($this->updated_at), ]; } }