namespace WikiWaka.Api.Models; public class Content { public int Id { get; set; } public ICollection Properties { get; set; } }