diff --git a/src/components/Pagination.tsx b/src/components/Pagination.tsx index 43b26d90..1f2ba533 100644 --- a/src/components/Pagination.tsx +++ b/src/components/Pagination.tsx @@ -226,7 +226,7 @@ const Pagination = ({ const PageInfo = () => ( - Page {currentPage} of {totalPages} + Total Item: {totalItems} | Page {currentPage} of {totalPages} );