diff --git a/strays/manager.go b/strays/manager.go index f8039be..eaa92d5 100644 --- a/strays/manager.go +++ b/strays/manager.go @@ -182,7 +182,7 @@ func (s *StrayManager) RefreshList() error { s.strays = append(s.strays, &newStray) } - s.lastSize = res.Size() + s.lastSize = int(res.Pagination.Total) return nil }