public static Collection ToShopifyModel(this storefrontModel.Category category, WorkContext workContext)
        {
            var converter = new ShopifyModelConverter();

            return(converter.ToLiquidCollection(category, workContext));
        }