pub type MangaResponse = Result<MangaData>;
enum MangaResponse { Ok(ApiData<ApiObject<MangaAttributes>>), Err(Error), }
Contains the success value
Contains the error value