func (m *Malscraper) GetMagazine(id int, page ...int) ([]model.MangaItem, int, error) {
    p := 1
    if len(page) > 0 {
        p = page[0]
    }