The text for multiple photos attachment in channel list preview
@override String photosAttachmentCountText(int count) => count == 1 ? '写真' : '$count枚の写真';