[ 'memo_id' => $this->id, 'name' => $this->name, 'memo' => $this->memo, 'last_updated' => $this->updated_at->diffForHumans(), //'tags' => TagResource::collection($this->tags), ], 'links' => [ 'self' => $this->path(), ] ]; } }