Interface for a repository that can return a paged model.
The type of items in the paged model.
The type of items returned by the asObservable method, defaults to T. You should only use this if you want to return a different type from the asObservable method.
Optional
The data returned from the data source.
The error that occurred when fetching the data.
Interface for a repository that can return a paged model.