FindFilteredPageResponse<T>
Response type for findFiltered when using pagination mode.
Aligns with the response type of the underlying findPage store action.
Can be either a transient response object (with data and pagination) or an array of resources.
Type Parameters
T = any