Description
Introduce an extra_data JSON field on the Profile model to provide flexibility for storing additional, general user-related attributes when needed. This approach avoids expanding the model every time new attributes are required, keeps the main user model stable, and offers a flexible extension point without repeated schema changes.