if transfers.none?
      ret_val = "No match."
    else
      from = transfers.pluck(:to).uniq.join(', ')
      ret_val = "Accounts grouped by vesting transfer count to #{from} ...\n"