Django - REST Framework Basics
You want to create a
ModelSerializer for a Product model but exclude the created_at and updated_at fields from the API output. Which is the best way to do this?