accountsData.forEach(function(accountData) {
   accountData.listened = ArrayLocalStorage.include("listenedAccounts", accountData.id);
 });
 isIgnored: function(eventType) {
   return ArrayLocalStorage.include(CACHE_KEY, eventType);
 },