export class UserMiniModel { id: string; name: string; profileImage: string; }