Club(malId: Int, url: String? = null, imageUrl: String? = null, title: String? = null, membersCount: Int? = null, picturesCount: Int? = null, category: String? = null, create: Date? = null, type: String? = null, staff: List<MalSubEntity?>? = null, animeRelations: List<MalSubEntity?>? = null, mangaRelations: List<MalSubEntity?>? = null, characterRelations: List<MalSubEntity?>? = null)