Excludes pagination, filtering, and sorting options.
type StatamicApiParamsSingle<T extends Record<string, any> = StatamicApiEntryDefaultFields>
= Omit<StatamicApiParamsBase<T>, "fields" | "filter" | "sort" | "limit" | "page" | "site">;