Future<int> fetchLatestTotalPages() { return AudioBookBayApi() .find(const SearchRequest(query: '')) .then((response) { return response.total; }); }