at https://github.com/dry-python/bookshelf/blob/master/bookshelf/repositories/profile.py#L29, i notice you pass in the `user` which is required to create the `profile` What happens when there are like a dozen required fields to create a new entity? Will you then have a dozen parameters?
at https://github.com/dry-python/bookshelf/blob/master/bookshelf/repositories/profile.py#L29, i notice you pass in the
userwhich is required to create theprofileWhat happens when there are like a dozen required fields to create a new entity? Will you then have a dozen parameters?