package model type ParsedTorrent struct { Torrent *Torrent Name string Episode int Parser *Parser }