i have a generic model for get all items from Schema .
export interface FilterViewModel { filters: T }
now i use that by this model