static details(req, res) {
                Model
                    .findById(req.params.taxonomy_id)
                    .then(taxonomy => {
                        if (taxonomy) {