How do I stop my ball from bouncing slowly after a while?

In Unity, I added Physics Material 2D to my sprite to make it bounce, and it works. However, it bounces forever in an infinite loop. I want the ball to slowly stop bouncing after a while just like balls in real life. How do I do that?

If you choose a lower value for the bounce of the material, the ball will lose some velocity every time it bounces