DataResponse(offset: Int, limit: Int, total: Int, count: Int, results: List<T>)
Marvel API data network response format.
offset - The requested offset (number of skipped results) of the call.
limit - The requested result limit.
total - The total number of resources available given the current filter set.
count - The total number of results returned by this call.
results - The list of T returned by the call.