Assume entity e has a one-to-many relation to entity f.
Assume each entity e has 3 entities f.
When querying 3 entities e via pagination, the pagination returns the wrong number of entities. In the assumed case 1 instead of 3 as the joined columns are also counted.
Assume entity e has a one-to-many relation to entity f. Assume each entity e has 3 entities f.
When querying 3 entities e via pagination, the pagination returns the wrong number of entities. In the assumed case 1 instead of 3 as the joined columns are also counted.