namespace TightWiki.Models.DataModels { public class DeletedPageRevision : Page { public int PaginationPageSize { get; set; } } }