### Plugin Version 0.1.0 ### NetBox Version 4.3.3 ### Python Version 3.12 ### Steps to Reproduce 1. Create a custom object type via requests and record its ID. (eg: 5) 2. Create a custom object field of type object, and set the app label to netbox_custom_objects and model to table{ID} model - example payload: ```json {'name': 'group', 'label': 'VNI Group', 'type': 'object', 'app_label': 'netbox_custom_objects', 'model': 'table5model', 'custom_object_type': 5} ``` ### Expected Behavior Field creates, Able to view/edit/delete Custom Object in UI ### Observed Behavior Field is created, but any action in the UI on this object results in: <img src="https://uploads.linear.app/93557cdd-2eb2-4bdc-91bb-6a48bc06b416/f7f09cc4-0af8-42a8-9be2-052990dbd922/0d2aec1b-f117-4f42-812c-36763e8404b1?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiLzkzNTU3Y2RkLTJlYjItNGJkYy05MWJiLTZhNDhiYzA2YjQxNi9mN2YwOWNjNC0wYWY4LTQyYTgtOWJlMi0wNTI5OTBkYmQ5MjIvMGQyYWVjMWItZjExNy00ZjQyLTgxMmMtMzY3NjNlODQwNGIxIiwiaWF0IjoxNzUyODU4MjU0LCJleHAiOjMzMzIzNDE4MjU0fQ.zIX-ssV29DmbAot9COE--x5jbYg86f0Ar-tGXioRaLY " alt="Image" width="492" data-linear-height="173" />