namespace ArtPlatform.API.Models.SellerProfile; public class SellerProfileModel { public List SocialMediaLinks { get; set; } public string Biography { get; set; } }