From: ```ts getEntry({ name: 'slug', value: 'the-slug' }) ``` To (maybe): ```ts getEntry({ slug: 'the-slug' }) ```
From:
To (maybe):