const _groupProducer = function (resource, callback) {
  const group = resource.resourceData ? resource.resourceData.group : null;

  // If the group was delivered with the resource, use it instead of fetching
  if (group) {