I updated to the latest SQLCL 26.2.0.181.2110
DB Version: 19.31
When I do project export -schemas XYZ -object APEX.XYZ I'm getting more than I want

I get DML table data as well as files/folders for every user in my database. Is this a bug? Is there a way to fix it?
I tried doing
project config set -name export.setTransform.emitSchema -value false
and no change. Is there another setting to fire? This didn't happen on previous versions?