Published JSON structure does not match for loading resources

Hi.

I use the latest Cocos Studio(v2.3) and framework (v3.7), but If I publish the resource from Cocos Studio with JavaScript,
the published JSON structure does not match for loading resources.

I categorize scene and layer and create different folder for each (Scenes and Layers directory) .
Then I publish it from Cocos Studio and debug from browser, the layer information does not load from scene’s json.
So, I flatten the directory in Cocos Studio then it resolved.

Does Cocos Studio not support the folder structure for scene and layer?
I don’t want to flatten these, because more scene and layer I create, the folder structure would be messy.