if (count) { if (count === 1) { parts.push('1 day'); } else { parts.push(count.toString() + ' days'); } }