namespace Shared.Models.Online.Alloha { public struct Translation { public string translation { get; set; } } }