Could you please help me? `DB::connection('mongodb')->collection('apiRequests')->insert($entry);` How to get that record ID? PS: `DB::getPdo()->lastInsertId();` doesn't works :(