View Source Zoonk.Organizations.SchoolData (Zoonk v0.3.0-alpha)
Struct for defining a school's data.
It's used in the school list page to display additional information about each school.
Link to this section Summary
Link to this section Types
@type t() :: %Zoonk.Organizations.SchoolData{ data: Zoonk.Organizations.School.t() | Zoonk.Organizations.SchoolUser.t(), id: integer(), student_count: integer() }