const subjects: DBRelationMeetingSubject[] = meeting.subjects.map((s) => ({
    subject: s.id,
    meeting: m.id,
  }));