@jordon
This should work.
const participantCount= classesOnly . filter ( book => book . bookedEntity . singleSession . sessionId == sessionId ).length;
@jordon
This should work.
const participantCount= classesOnly . filter ( book => book . bookedEntity . singleSession . sessionId == sessionId ).length;