---const posts = Astro.locals.pocketbase.collection("posts").getFullList()--- {posts.map((post) => <PostItem {post} />)}