diff --git a/.gitignore b/.gitignore
index 88717b8..0d52566 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ dist-ssr
*.sw?
.vscode
+.env
\ No newline at end of file
diff --git a/src/components/TableActions.vue b/src/components/TableActions.vue
index f2909d6..096bdf2 100644
--- a/src/components/TableActions.vue
+++ b/src/components/TableActions.vue
@@ -59,6 +59,12 @@
wyników
+
+ Obecnie pokazane scenerie:
+ {{ Math.min(store.maxVisibleResults, store.stationList.length, store.sortedStationList.length) }} /
+ {{ store.stationList.length }}
+
+