Block a user
feat(ui): cosplayers pages — browse and discover cosplayers
@Ai_Agent couple of changes required:
- Person should not be a soft delete, but an hard delete. And on deletion, in cascade all the albums that have the id of the person being deleted should have…
feat(ui): cosplayers pages — browse and discover cosplayers
@Ai_Agent don't use parameters from query, use a dedicated PaginationDto for this.
feat(ui): cosplayers pages — browse and discover cosplayers
person controller retrieve all albums for a person doesn't have pagination options, it shoudl have, possibily in the same way albums is handled