# 21-Jul-2026 — make hidden-walk counts correct on first page load [ref #324](https://github.com/nbarrett/ngx-ramblers/issues/324)

## [build 788](https://github.com/nbarrett/ngx-ramblers/actions/runs/29851783904) — [commit 55c556c](https://github.com/nbarrett/ngx-ramblers/commit/55c556c220238ee2bb799d3b2cbae59ddf08ea64)

_____

## What's new

On the very first visit to a walks listing, a visitor who is not
logged in could see event counts and page numbers that included
walks hidden by the new public visibility settings, because the
walk settings had not finished loading when the first search ran.
The walk list now waits for those settings before searching, so
the counts, page numbers and walks on display always agree - even
on a cold page load. The same timing gap could briefly let a
direct link to a hidden walk show the walk; that path now waits
for the settings too.