Dave informed me during WebDesignDay that a user should be able to structure files inside `_data/` as follows: ``` _data/ - data.json - foo.json - listitems.json - zed.json ``` And expect `data.json`, `foo.json`, and `zed.json` to be merged together as global data.