Hello there,
when trying to export a single page (as given in the documentation), I still get the wohle subtree exported into the json file:
ddev typo3 migration:export 1 0 > ./export.json
The resulting json file contains the whole pagetree under the page with uid == 1, not just page 1 as expected.