namespace Netina.WordPressDBConverter.Models; public class WordPressTermRelationDto { public string object_id { get; set; } public string term_taxonomy_id { get; set; } public string term_order { get; set; } }