export default class GamesFiltersModel { status: string; sortOrder: string; limit: number; language: string; flags: string[]; }