namespace ErsatzTV.Application.Configuration;
public class PaginationSettingsViewModel
{
public int DefaultPageSize { get; set; }
}