Is it possible to ignore a laravel-data object property when converting to a model?
I am using spatie/laravel-data to work with some data that eventually gets inserted into the database. One of the things I need to do is sum up and average some things while I'm doing calculations, and I have (maybe unwisely)…