import Metas from '$lib/server/Metadatas'; export async function load(){ const postList = await Metas() let id = postList[0].postId return {id} }