private void populateTopSectionsCache(RawViaplayModel rawModel) {

    for (RawViaplaySectionModel rawSection : rawModel.getSections())
      mTopSections.add(SectionModel.generateFrom(rawSection));
  }