$this->id, 'name' => $this->name, 'price' => $this->price, 'quantity' => $this->quantity, 'attributes' => $this->attributes, 'conditions' => $this->conditions, 'product' => new Product($this->associatedModel), ]; return $items; } }