Got two collecetions, tags and persons.
tags model:
{ en: String, sv: String }
person model:
{ name: String,
If you are using MongoDb version 3.2 then you can use $lookup which performs an left outer join.