/{ category }
{categoryNotes.length} note{ categoryNotes.length !== 1 ? "s" : "" }
-
{
categoryNotes.map((note) => (
-
{note.data.title} {note.data.description && ( {note.data.description} )}{note.data.tags.length > 0 && ({note.data.tags.map((tag) => ( {tag} ))})}
))
}