maybe it could be `def payload_factory(cls, kwargs...
# development
r
maybe it could be
def payload_factory(cls, kwargs, fields=ALL)
and then given specific fields it would compute and return partial
Payload
objects which would open way to more granular field product requests?