Currently objects in storage are stored somewhat like this ``` { "ss:items": [ ... ], "ss:goals": [ ... ], } ``` Need to change to this ``` { "ss:items": { ... }, "ss:goals": { ... }, } ```