#Design choices for Springbok
##Problem
We have been struggling for a while with ways to deal with objects and child objects in MongoDB. Basically the problem boils down to the following:
When an object in our domain - say a project - has a number of child objects - say milestones - in what way do we store them?
There are basically two ways of doing it.