--- import type { CollectionEntry } from "astro:content"; type Props = { artist: CollectionEntry<"artists">; }; const { artist } = Astro.props; ---