sidArray() {
    const instance = Template.instance();
    const sid = instance.getSymbolId();
    return Symbols.findOne(sid) ? [sid] : [];
  },