I'm using dapper with dynamic return model objects and I'd like to configure it to 'skip' fields which are null....For instance instead of :...[0]: {DapperRow, Type = 'PHYS', Street1 = NULL, Street2 = NULL, State = CO}
...I'd like Dapper to return...[0]: ...