const brandObj = await Brands.createBrand({
      name: _brand.name,
      description: _brand.description,
      userId: _user._id
    });