mattmilburn / strapi-plugin-menus

A plugin for Strapi CMS to customize the structure of menus and menu items.
MIT License
110 stars 27 forks source link

Pagination total #161

Open EarMaster opened 2 months ago

EarMaster commented 2 months ago

The pagination meta data contain an attribute total. This should reflect the total number of responses for the current query. As far as I can tell it contains the total number of menus in your plugin. So even if I filter them (e.g. by slug) it tells me all my menus and not only those returned by the filter conditions.