--- interface Props { count?: number; } let { count = 0 } = Astro.props; ---

{count}