diff --git a/.idea/blade.xml b/.idea/blade.xml
index b0b8ab1d5..369827022 100644
--- a/.idea/blade.xml
+++ b/.idea/blade.xml
@@ -2,23 +2,121 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
index d0375150e..295082d93 100644
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -237,6 +237,7 @@
+
@@ -282,7 +283,7 @@
-
+
diff --git a/package.json b/package.json
index 9a3819f39..933b5b565 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,6 @@
"@maicol07/eslint-config": "^2.3.0",
"@openstamanager/vite-config": "github:devcode-it/openstamanager-vite-config",
"@types/fs-extra": "^11.0.1",
- "@types/lodash-es": "^4.17.7",
"@types/mithril": "^2.0.12",
"@types/node": "^20.3.1",
"@types/ziggy-js": "^1.3.2",
diff --git a/resources/ts/Components/DataTable/RecordsTable.tsx b/resources/ts/Components/DataTable/RecordsTable.tsx
index f276f77ee..b312deb5c 100644
--- a/resources/ts/Components/DataTable/RecordsTable.tsx
+++ b/resources/ts/Components/DataTable/RecordsTable.tsx
@@ -16,10 +16,6 @@ import MdIcon from '@osm/Components/MdIcon';
import Model from '@osm/Models/Model';
import {isVnode} from '@osm/utils/misc';
import collect, {Collection} from 'collect.js';
-import {
- ToManyRelation,
- ToOneRelation
-} from 'coloquent';
import {
Children,
Vnode,