fixed build of total calculation query for `.withTotal()` in case where is some `where` for attribute with `preferInline`
- fixed build of total calculation query for
.withTotal()
in case where is somewhere
for attribute withpreferInline
and record count > page size - prevent unnecessary
count()
query if.withTotal()
requested but no pagination at all (no.statr()
and no.limit()
in UBQL)