Instead of having many serializers with minimal differences is it possible to derive one from the other?
Maybe with this and also maybe this and here.
Example: I never want to return the pass from a User. I can exclude that from the .select()
User
.select()