Fetch MEPs feed from MCP, returning both items and the API's reported total count.
The total from the API response reflects all matching records in the feed,
which may exceed the limit parameter (currently capped at 100 per request).
The limit is set to 100 (the EP API maximum) so the fetched sample is large
enough to populate a meaningful truncation note ("showing 10 of N") while
keeping each request bounded. When the feed contains more than 100 MEP
updates, the total field in the API response carries the true count.
Fetch MEPs feed from MCP, returning both items and the API's reported total count. The
totalfrom the API response reflects all matching records in the feed, which may exceed thelimitparameter (currently capped at 100 per request).The limit is set to 100 (the EP API maximum) so the fetched sample is large enough to populate a meaningful truncation note ("showing 10 of N") while keeping each request bounded. When the feed contains more than 100 MEP updates, the
totalfield in the API response carries the true count.