Property definitions

github :: loader $ Branch :: mongo_id
	var mongo_id: String is lazy, serialize_as("_id") do
		var repo = self.repo
		if repo == null then return name
		return "{repo.mongo_id}/{name}"
	end
lib/github/loader.nit:466,2--470,4