hitsPerPage property

int hitsPerPage

The maximum number of hits returned per page. Not returned if you use offset & length for pagination.

Implementation

int get hitsPerPage => raw['hitsPerPage'] as int? ?? 0;