'mod_version', 'id' => $this->id, 'attributes' => [ 'hub_id' => $this->hub_id, 'mod_id' => $this->mod_id, 'version' => $this->version, // TODO: This should only be visible on the mod version show route(?) which doesn't exist. //'description' => $this->when( // $request->routeIs('api.v0.modversion.show'), // $this->description //), 'link' => $this->downloadUrl(absolute: true), 'virus_total_link' => $this->virus_total_link, 'downloads' => $this->downloads, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, 'published_at' => $this->published_at, ], 'relationships' => [ 'spt_version' => [ [ 'data' => [ 'type' => 'spt_version', ], ], ], ], ]; } }