我有一个从可配置产品中获取的产品系列,我想过滤该系列以仅包含附有图像的产品。我该怎么做?代码看起来像这样:$configurableProduct=$this->getConfigurableProduct();$childProducts=$configurableProduct->getTypeInstance()->getUsedProductCollection();//addsomefilterheretogetonlyproductswithimages$childProducts->addAttributeToFilter(/*whatgoeshere?*/);forea