Load the given relations.
Future<T> load(List<String> relations) async { await EagerLoader.loadRelations([this as KhademModel], relations); return this as T; }