pagination property Null safety
read / write
This property allows you to implement the pagination
for QueryType.term type of queries.
If pagination
is set to true
then appbase will use the composite aggregations of Elasticsearch
instead of terms aggregations.
Implementation
bool? pagination;