View.prototype.from = function () {
  const plan = session.plan()
  return plan ? plan.from().split(',')[0] : ''
}