public function includeDeliveryTypes(Package $package) { return $this->collection($package->deliveryTypes()->get(), new DeliveryTypeTransformer()); }