product = $product; $this->product_item = $product_item; $this->orders = $orders; $this->order_item = $order_item; } /** * Returns count of photo. * * @param array $filter * * @return int */ public function count() { return 0; } }