[ 'type' => 'memos', 'memo_id' => $this->id, 'name' => $this->name, 'memo' => $this->memo, 'last_updated' => $this->updated_at->diffForHumans(), 'last_updated_timestamp' => $this->updated_at->timestamp, 'attributes' => [ 'posted_by' => new UserResource($this->user), 'cover_image' => new ImageResource($this->coverImage), 'thumbnail_cover_image' => new ImageResource($this->thumbnailImage), ] //'tags' => TagResource::collection($this->tags), ], 'links' => [ 'self' => $this->path(), ] ]; } }