initialize: function(concept, limit, offset) {
        this.concept = concept;
        this.limit = limit;
        this.offset = offset;
    },