SchoolInfo

constructor(id: Int, name: String, shortName: String? = null, location: String? = null, type: String? = null, logoUrl: String? = null, studentCount: Int? = null)