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