namespace Shared.Models.Online.Kodik { public struct Translation { public string title { get; set; } } }