{ featuredImage ? ( ) : ( ) } { bylines && bylines.length > 0 && ( <> {bylines.slice(0, 1).map((credit) => ( {credit.byline.avatarMediaId && ( )} {credit.byline.displayName} ))} {bylines.length > 1 && ( c.byline.displayName) .join(", ")} title={bylines .slice(1) .map((c) => c.byline.displayName) .join(", ")} tabindex="0" > +{bylines.length - 1} )} {(formattedDate || readingTime) && } > ) } {formattedDate && {formattedDate}} {formattedDate && readingTime && } {readingTime && {readingTime} min} {title} {excerpt && {excerpt}} { tags && tags.length > 0 && ( {tags.slice(0, 2).map((tag) => ( {tag.label} ))} ) }