namespace WikiWaka.Api.Contract; public class WikiPage { public required int Id { get; init; } public required WikiProperty Property { get; init; } }