$this->id, 'commenter' => new UserResource($this->commenter), 'owner_id' => $this->owner_id, 'content' => $this->content, 'created_at' => $this->created_at->format('d-m-Y H:i'), 'long_ago' => $this->created_at->diffForHumans() ]; } }