getAlbumsCount<T> method
Returns the number of photo albums belonging to a user or community.
Implementation
Future<ApiResponse<T>> getAlbumsCount<T>(Map<String, Object> params) =>
_api.request<T>('photos.getAlbumsCount', params);