fix(pagination): eliminate duplicate rows in lot pagination query
LEFT JOIN with Pageable was causing duplicate rows that inflated totalElements count. Use EXISTS to resolve pagination inconsistencies.
Closes VSN-1902
LEFT JOIN with Pageable was causing duplicate rows that inflated totalElements count. Use EXISTS to resolve pagination inconsistencies.
Closes VSN-1902