In Node, I\'ve got a Mongoose schema like this:
Topic = new Schema({ name: String, created: Date, tags: [String] })
And I also have an expr