--- type Props = { name: string url: string count?: number style?: any } const { name, url, count, style } = Astro.props --- {name} {count && {count}}