Loaded via an authored .fetch({ users: x.find('user').limit(5) }) → a generated useFetch('/api/v1/users?limit=5') in the page SFC (the one data contract).
.fetch({ users: x.find('user').limit(5) })
useFetch('/api/v1/users?limit=5')