diff --git a/app/(protected)/admin/storage/loading.tsx b/app/(protected)/admin/storage/loading.tsx
index 2123322..1eab0dd 100644
--- a/app/(protected)/admin/storage/loading.tsx
+++ b/app/(protected)/admin/storage/loading.tsx
@@ -8,6 +8,7 @@ export default function DashboardRecordsLoading() {
heading="Manage DNS Records"
text="List and manage records"
/>
+
>
);
diff --git a/app/(protected)/dashboard/storage/loading.tsx b/app/(protected)/dashboard/storage/loading.tsx
index 2123322..1eab0dd 100644
--- a/app/(protected)/dashboard/storage/loading.tsx
+++ b/app/(protected)/dashboard/storage/loading.tsx
@@ -8,6 +8,7 @@ export default function DashboardRecordsLoading() {
heading="Manage DNS Records"
text="List and manage records"
/>
+
>
);
diff --git a/components/shared/pagination.tsx b/components/shared/pagination.tsx
index 0c9a9c2..e130088 100644
--- a/components/shared/pagination.tsx
+++ b/components/shared/pagination.tsx
@@ -147,6 +147,9 @@ export function PaginationWrapper({
>
{setPageSize && (
+
+ {t("Total")} {total} {t("items")},
+
{t("Show")}