Wrong roundabout exit number

Hello !
My team is using MapMatching and Routing API with an hiking profile.
Recently, I noticed that an exit number at a roundabout was wrong.
The GH answer is “exit_number = 1” instead of 2.
Did I miss something that explain this 1 ?

Thank you for your help !

Counting exits for bike and foot is rather tricky. E.g. you don’t want to count oneways (for car) that are entering the roundabout. Only those oneways that leave the roundabout. And so for simplicity we decided to solely use car access to determine the number.

See:

Do you have more of these situations? This would help to find a more generic approach to fix them.