In TS SDK there are two fields related to the fee in the response model: minFee and maxFee.
minFee
maxFee
In Rust SDK there is just one - total_fee.
total_fee
What is this total_fee? Is it a max possible fee? Min fee? Predicted average fee?