Pipeline API endpoint total results

Hello everyone,
When doing a request to the pipeline endpoint (https://youraccountname.api-us1.com/api/3/dealGroups), I get the following result:

In the dealGroups array, there are 7 items, in the dealStages array, there are 49 items.
Can anyone explain how the total is 1072 according to the meta value?

Thanks

The total value is the total number of results. Each call returns only a portion of that total number of results, according to the pagination settings you’re using. Hope this helps!

Yeah, that seems logical if I would have a lot of pipelines, but I really only have 7 pipelines and 49 stages. So I don’t see how the total could be 1072… Or am I missing something else?