{suggestion.year && (
{suggestion.year}
)}
{suggestion.type && suggestion.type !== 'SEARCH' && (
{suggestion.type}
)}
{suggestion.type === 'SEARCH' && (
Search
)}
{suggestion.episodes && (
{suggestion.episodes}
)}
{suggestion.rating && (
{suggestion.rating}
)}