- Laravel-mongodb Version: 5.4.1 - PHP Version: 8.4 - Laravel: 12.20.0 ### Description: ### Steps to reproduce 1. Set rename_embedded_id_field to false in config 2. Set a documents id field to an application value "12345" 3. insert the model ### Expected behaviour The `_id` field should be "12345" ### Actual behaviour A generated ObjectID is used <details><summary><b>Logs</b>:</summary> Insert log.txt here (if necessary) </details> Im setting this value because I have a nested object with id `google.id` that I dont want to be `_id` <img width="1355" height="794" alt="Image" src="https://github.com/user-attachments/assets/ccc2cc3c-2ade-44b7-be28-f141e59ca29f" /> <img width="610" height="199" alt="Image" src="https://github.com/user-attachments/assets/a9edc95b-8750-4418-8043-a3d9a3983c8b" />