In events api, how do "amount" and "unmitigatedAmount" relate to each other?

In the events API, each entry has the fields “amount” and “unmitigatedAmount”. How should I treat these two values? If I want to know exactly how much damage an event has done, should I just use “amount” or do I have to do something with the “unmitigatedAmount”?