Editor Only Reference is always packed into chunk0

I am doing the task of packaging in chunks. I need to package my project into multiple pak files.

I originally wanted to add the level to the “Explicit Assets” array, get the other assets via “Apply Recursively”, and package them into the specified chunk.

But according to my practice, I found that there is an “Editor Only Reference” that should not be packaged into chunk, but it will exist in chunk0 anyway

Even if I have selected “Don’t Include editor content in the build” nothing will change