part of '../table.dart'; abstract class ITableRepository { Future> fetchTables({ int page = 1, int limit = 50, }); }