It is possible to limit the amount of items in the admin menu with the "Maximum number of bundle sub-menus to display". This can be a problem with links to config entities, like menus. The limiting is done before the access check, so this could lead to less items in the menu than expected.
Drupal core has only one permission for editing menus, so that is not an issue, but when using a module like Menu admin per menu or implementing custom permissions per menu, this could lead to unexpected results.
Do an access check on the Menu entities before limiting the amount shown.
Active
3.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.