static {
   for (TmdbCategory via : TmdbCategory.values()) {
     INT_MAPPING.put(via.index(), via);
   }
 }