Alice can initiate 1 transfer, then no more. Bob can still transfer (different tracker).
As-Needed Basis
We track on an as-needed basis, meaning if we do not have requirements that use the number of transfers, we will not increment the tracker.
Edge Case: In Predetermined Balances, you may need the number of transfers for determining the balances to assign to each transfer (e.g. transfer #10 -> token ID 10). In this case, we do need to track the number of transfers. This is all facilitated via the same tracker, so even if you have "0" or unlimited set for the corresponding value in maxNumTransfers, the tracker may be incremented behind the scenes. Consider this when editing / creating approvals. You do not want to use a tracker that has prior history when you expect it to start from scratch.