let companyConfigs = (await CompanyConfigsModel.findOne({}, { _id: 0, enableMobileLogout: 1 })).toObject();

let prop1 = companyConfigs.property;