const profileBackground = {
    author: new mongoose.Types.ObjectId(req.params._id),
    data: profileBackgroundFile.buffer,
    contentType: profileBackgroundFile.mimetype,
    filename: profileBackgroundFile.filename,