if (data.representative) {
            result.push(c.map(function(r) { return self.parseRepresentative(r); }, data.representative));
          }