I can't seem to get the children of the parent of the current page.

This is my query
const { data } = await useWpFetch(/post, { query: { uri: route.path, fields: 'acf, parent', depth: 2, per_page: 10 } })
I have tried using depth, it doesn't seem to work on the parent node.
Can we please have the ability to get data.parent.children?
Site in question is DressCode