try {
      const network = new NetworkStore(this.collectionName);
      const result = await network.group(aggregation, options).toPromise();
      return result;
    } catch (error) {