public DataListCounters getConsList(DataType type) {
    if (!type.getGroup().equals(DataGroup.COUNTER)) return null;

    return (DataListCounters) super.getConsList(type);
  }