countRelations() {
        return {
            posts(modelOrCollection, options) {
                modelOrCollection.query('columns', 'tags.*', (qb) => {
                    qb.count('posts.id')