public function includeTags(Package $package)
 {
     return $this->collection($package->tags()->get(), new TagTransformer());
 }