Eating an oversized Soup / Stew resets the stack size to 1
Minecraft snapshot 24w12a introduces the max_stack_size item component which allows the creation of oversized stacks. Since oversizing seems to now be a supported feature, I would expect all behaviors to support oversized stacks. Eating oversized rabbit_stew, suspicious_stew, mushroom_stew or beetroot_soup results in item loss.
Steps to reproduce
1. Run the following command:
/give @s minecraft:beetroot_soup[minecraft:max_stack_size=99] 99
2. Eat the obtained soup.
3. Notice that the result is a single bowl, rather than 98 soups and 1 bowl as expected