methods: {
    prepared (data) {
      return data.map((d) => {
        d.lcontact = _.reduce(d.contacts, (o, f, k) => this.viewReducer(o, f, k, 'channel'), "")