You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you include a has many relationships that includes a high number of records in the response, the number of main records returned is lower than the set pagination count. This is likely because the included relationship records are added to the count
Expected behavior
If pagination is set to 50, the API should respond with 50 base records and not keep track of the number of included records
Installed Packages
latest hatchify
The text was updated successfully, but these errors were encountered:
Describe the bug
If you include a has many relationships that includes a high number of records in the response, the number of main records returned is lower than the set pagination count. This is likely because the included relationship records are added to the count
Expected behavior
If pagination is set to 50, the API should respond with 50 base records and not keep track of the number of included records
Installed Packages
The text was updated successfully, but these errors were encountered: