public static ProductSectionList getProductSections() {
    ProductSectionList sectionItems = ProductSectionList.builder().build();

    return sectionItems;
  }