export class ProfileResponse {
  private constructor(
    public profile: Profile,
  ) {}