I have the following directory structure:
bocoup_data/
├── text_reuse
│ └── v2
│ └── json
│ ├── alignments
│ └── texts
└── topic_modelling
└── v2
└── json
I'd like to be able to show a subset of the files in those directories, because some of the directories pictured above have thousands of files. Is there a way to show only the first n files from each directory when calling the tree command in Ubuntu?