/**
  * Return the title key for an entry model.
  *
  * @param  StreamInterface $stream
  * @return mixed
  */
 public function parse(StreamInterface $stream)
 {
     return $stream->getTitleColumn();
 }