Ok, API users, can you help me with this one? Now that we get all of our notes back through the API, I noticed that my notes (by status) don't total to the browser's totals. Then I realized why. Those that I chose to fund that were never consummated (showing as "removed" if you plug the loan-id into the LC URL in a browser manually), still show in my notes as "in funding" or "in review", but in fact are dead because of the underwriting decision (or the borrower's unwillingness to play ball with underwriter requests). The problem that I have is how to know when to "remove" those notes from my own system, since they of course don't appear in the notes retrieved from the API. I don't want to have to continually download the massive loans file manually just to find the status of these, and they no longer post those loans promptly, anyway. Anyone figured out a remedy? I thought of using the "expiration date", but that's being removed, and would never result in timely info anyway. I guess I could just check my "last updated" date and if it wasn't today and the loan was "In Review" or "In Funding", remove it. It doesn't seem like a very foolproof logic however.