If insert document with field of slice type without initialization, filed will be null in MongoDB, which may cause operation error(e.g. $push to null error).
Qmgo can initial fields to default value as mgo does.
We can Implement this in package field.