Retrieving Data from 2 Custom Types

Hi,

this might be a very beginners question - sorry for that.
I followed this tutorial: [Tutorial] Build a website with SvelteKit - Prismic
I then added a third Custom Type 'empl' (something like a blog) to my Repository.
I want to retrieve all entries of type 'empl' into my homepage and link them. The problem here is: I can't find a way to do so as I think I have to double the load functions.
Any hints would be deeply appreciated.
BR, M

Hello @mschmdb, this tutorial uses @prismicio/client to query documents. You can use a method from this kit to call your documents. For example client.getByType('empl'). Here's the technical reference: