fetchPreviousByGroup(groupKey, options) {
    if (options == null) { options = {}; }
    options['group_key'] = groupKey;
    return this.remote.get('previous', options);
  }