I understand that in the product list, SKUs with the same size used to share the same image, and individual images weren't registered for each SKU. Now, this has been changed so that SKUs with the same color use the same image. SKUs no longer directly own images; instead, they refer to productColorVariant to fetch the image corresponding to that color. 현재는 productEntity가 sku를 리스트로, sku가 이미지를 리스트..