--- type Props = { name: string url: string count?: number style?: string | astroHTML.JSX.CSSProperties | null | undefined } const { name, url, count, style } = Astro.props --- {name} {count && {count}}