get: app => {
          let count = 0;
          for (const [, value] of app.map.entries()) {
            if (value === symbol) count++;
          }