[ 'id' => (string)$this->id, 'type' => 'plans', 'attributes' => [ 'name' => $this->name, 'description' => $this->description, 'price' => $this->price, 'capacity_formatted' => format_gigabytes($this->features->first()->value), 'capacity' => $this->features->first()->value, ] ] ]; } }