--- import client from "@/data/pocketbase"; const { class: className, recipe } = Astro.props const links = await client.getRecipeImages(recipe as string) ---